.step_content {
  clear: right;
  padding-top: 2em;
}

.form_actions {
  float: left;
  margin: 2em 0 0;
  width: 100%;
  background-color: #f2f2f2;
  border: 1px solid #B3B3B3;
}

.form_actions button {
  float: left;
}

form.two_column table p {
  font-size: 95%;
  color: #96BF33;
  margin: 0;
  padding: 0.2em .7em;
}

form.two_column table p.note {
  padding: 0.2em 0em;
}

form.two_column table p.form_help {
  color: #999;
  display: inline;
  font-size: 120%;
  font-style: italic;
  left: 40.5em;
  position: absolute;
  font-family: Georgia, "Times New Roman" , sans-serif;
}

form.two_column legend em {
  display: block;
  margin-top: .3em;
  font-size: 60%;
  color: #999;
  font-weight: normal;
  font-style: normal;
}

p {
  line-height: 1.5em;
}

h2.company_name {
  font-size: 150%;
  margin-top: 1.5em;
  text-transform: none;
}

p.thankyou {
  width: 68%;
  font-weight: normal;
  font-style: italic;
  font-size: 100%;
  color: #999;
}

p.thankyou em {
  color: #474747;
  display: block;
  font-weight: bold;
  font-style: italic;
}

.height_fix {
  height: 43em;
}

/* Validation Errors */
form.two_column label.validation_error {
  color: Red;
  border: none;
}

.error_message {
  color: Red;
  border: none;
  margin-left: 1em;
}

form.two_column input.validation_error {
  border: solid 4px red;
  margin: 0 -2px;
}

p.expo-requirements {
  margin: 0;
  font-weight: bold;
  line-height: 1.6em;
  font-size: 90%;
  color: #777;
}

form.two_column table td.label {
  width: 11.5em;
}

/* ----------- Button Code -------------------------------------- */


.btn {
  margin: 1em 0em 1em 1em;
  display: block;
  position: relative;
  background: #444444;
  padding: 10px 5px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  width: 220px;
  text-align: center;
}

.btn.mini {
  padding: 3px;
  width: 60px;
  margin: 0;
  font-size: 95%;
  margin-bottom: 10px;
}

.btn * {
  font-style: normal;
  background-image: url(/images/buttons/btn2.png);
  background-repeat: no-repeat;
  display: block;
  position: relative;
}


a {
  font-weight: bold;
}

.btn[class] {
  background-image: url(/images/buttons/btn.png);
  background-position: center bottom;
}

.btn.green {
  background-color: #8BC717;
  color: white;
  border: 2px solid #598C13;
}

.btn.secondary_action {
  background-color: #0097BF;
  border: 2px solid #318BBC;
}

.btn:hover {
  background-color: #339EA8;
  color: #fff;
  text-decoration: none;
  border-color: #13748C;
}

.btn.secondary_action:hover {
  background-color: #007999;
  color: #fff;
  text-decoration: none;
  border-color: #13748C;
}

.btn {
  font-family: "Trebuchet MS" , Geneva, sans-serif;
  font-size: 120%;
}

.btn:active {
  background-color: #f2f2f2;
  border-color: #dddddd;
}

.firstbutton,
.secondbutton {
  float: left;
  display: inline;
}

* html .btn span, * html .btn i {
  float: left;
  width: auto;
  background-image: none;
  cursor: pointer;
}
/*ie6 place in conditionals... */

/* --- END BUTTON CODE ------------------------ */


/* ----------- Registration Headings -------------------------------------- */

.directions {
  width: 67%;
  background-color: white;
}

.directions h4 {
  font-family: "Trebuchet MS" , Geneva, Verdana, sans-serif;
  font-size: 160%;
  text-transform: none;
  margin-top: 1.5em;
  margin-bottom: 0;
  font-style: italic;
  color: #363636;
}

.help {
  display: inline;
  margin-right: 2.0em;
  margin-top: 0.5em;
  float: right;
  width: 28%;
}

.help p {
  margin: 0;
  background-color: #D4E2EB;
  padding: 1em;
  color: #0064A3;
  font-size: 90%;
}

.help p:first-child {
  font-size: 140%;
  background-color: #0064A3;
  padding: 1em;
  color: #ffffff;
}

.help p:first-child a {
  color: #ffffff;
  text-decoration: underline;
}

.help p a {
  text-decoration: underline;
}

.secondbutton.normal {
  padding: 2.4em 2.1em 0;
}

.secondbutton.normal a {
  font-size: 140%;
}

/* Welcome Page */

.promo {
	float: left;
  border: 1px solid #f2f2f2;
  margin-top: 1em;
  padding: 1em;
  margin-right: 0;
}

h3.conference {
  font-weight: normal;
}

p.time_location {
  font-size: 100%;
  color: #444444;
}

p.time_location span {
  color: #CCCCCC;
}

h4 {
  font-family: "Trebuchet MS" , Geneva, Verdana, sans-serif;
  font-size: 160%;
  text-transform: none;
  margin-bottom: 0;
}

h4.page_title {
  color: #363636;
}

.promo h4 {
  font-style: italic;
  color: #363636;
}

.promo p.subline {
  font-family: "Trebuchet MS" , Geneva, Verdana, sans-serif;
  font-size: 140%;
  color: #999999;
  margin-top: 0;
}

/* ----------- General Info -------------------------------------- */
.legend {
  border: 1px solid #D6D6D6;
  left: 75%;
  margin-top: 3.5em;
  padding: 1em 0 1em 1em;
  position: fixed;
  width: 20%;
}

.legend h3 {
  margin-top: 0;
  margin-bottom: .4em;
  color: #96BF33;
}

.legend h4 {
  padding: .5em 0;
  color: #363636;
}

form.two_column {
  clear: none;
  margin: 0;
  padding: 0;
  padding-bottom: 2em;
}

select, input, textarea {
  border: 1px solid #999999;
}

form.two_column table {
  width: 100%;
}

html > body form.two_column input {
  width: auto;
  min-width: 20px;
}

form.two_column input, form.two_column textarea {
  width: auto;
  font-size: 100%;
  padding: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-color: #d6d6d6;
  background-color: #f6f6f6;
}

form.two_column input:focus, input.sffocus, form.two_column textarea:focus, textarea.sffocus {
  background-color: #ffffff;
}

form.two_column label, h4.label {
  font-size: 105%;
  font-weight: normal;
  padding-right: .5em;
}

form.two_column label.optional, h4.label.optional {
  font-weight: normal;
  color: #656565;
}

form.two_column input.checkbox {
  display: inline;
  width: 2em;
  border: none;
  margin-right: 1em;
}

fieldset {
  width: 99%;
  margin: 0;
  padding: 0;
}

form.two_column .section_head, form.two_column legend, div.form_headline h2#headline {
  font-family: "Trebuchet MS" , Verdana, sans-serif;
  font-size: 140%;
  font-style: italic;
  font-weight: bold;
  color: #363636;
}

div.form_headline h2#headline {
  font-size: 160%;
  text-transform: none;
  padding-left: 4%;
  padding-top: 1em;
  margin-bottom: 0;
}

form.two_column table tr.first_field td {
  padding-top: 1.2em;
}

form.two_column table tr.bottom_field td {
  padding-bottom: 1.2em;
}

form.two_column table tr.first_field.bottom td {
  padding-bottom: 1.2em;
}

form.two_column table tr.title_field td {
  border-bottom: 1px solid #E6E6E6;
}

form.two_column td.phone {
  color: #999999;
}

form.two_column td.phone input {
  margin: 0 .2em 0 .2em;
  width: 30px;
}

form.two_column tr td legend {
  font-size: 120%;
}

form.two_column fieldset legend {
  font-size: 160%;
}

/* ----------- Advertisement Pages -------------------------------------- */

table.advertising_table {
  font-family: "Trebuchet MS" ,Helvetica,Arial,sans-serif;
  border: 2px solid #F2F2F2;
  width: 100%;
  background-color: #fff;
}


table.advertising_table tr td {
  padding: 1em;
}

table.advertising_table tr td.checkbox {
  padding: 1em;
  width: 20px;
}

table.advertising_table .headline, table.advertising_table dt {
  line-height: 1.5em;
  color: #666666;
  font-size: 90%;
  font-weight: normal;
  margin: 0.5em 0;
}

table.advertising_table tr td.pricing {
  width: 17%;
  font-weight: bold;
  font-size: 130%;
  padding-top: 1.2em;
}

table.advertising_table td.sponsorship_column {
  width: 77%;
  font-weight: bold;
  font-size: 120%;
}

table.advertising_table p {
	margin: 0.1em 0;
}

table.advertising_table p a {
  font-size: 100%;
}

table.advertising_table dl {
  color: #666666;
  margin: 0;
  padding: 0;
}

table.advertising_table dt {
  color: #444;
  font-weight: bold;
  font-size: 105%;
  margin: 0.5em 0;
}

table.advertising_table dt:first-child {
  font-weight: normal;
	margin-bottom: 1em;
}

table.advertising_table dd {
  font-weight: normal;
  font-size: 90%;
  margin-left: 0;
  color: #666666;
  line-height: 1.8em;
}

table.advertising_table input.product_textbox {
  width: 2em;
}

.registration_process_header {
  text-align: center;
}

/* ----------- Booth Page -------------------------------------- */
#map {
  padding: 0;
  margin: 0;
  height: 520px;
  background-color: #f6f6f6;
  border: 1px solid #d6d6d6;
  overflow: hidden;
}

#layers_control {
  display: none;
}

/* --- Legend --- */

#booth_legend {
  margin-top: 1em;
  display: block;
  height: 8em;
  border: 2px solid #f6f6f6;
  width: 99%;
}

#booth_legend ul {
  background-color: #ffffff;
  margin: 1em;
  padding: 0;
  list-style: none;
  width: 55em;
}

#booth_legend ul li {
  display: block;
  position: relative;
  float: left;
  border-right: 1px solid #ddd;
}

#booth_legend .booth_type {
  height: 3em;
  margin-left: 1em;
}

#booth_legend .booth_type:first-child {
  margin-left: 0;
}

#booth_legend .booth_type .color {
  float: left;
  width: 2.5em;
  margin-top: 0.1em;
  height: 2.5em;
}

#booth_legend h5 {
  font-family: "Trebuchet MS" , Helvetica, Arial, sans-serif;
  color: #4d4d4d;
  display: block;
  font-size: 100%;
  margin: .75em;
}

#booth_legend div + h5 {
  padding-left: 2.7em;
}

.booth_sidebar {
  width: 99%;
  overflow: hidden;
  border: 1px solid #f2f2f2;
}

span.note {
  font-family: Verdana, Arial, Sans-serif;
  font-size: 90%;
  font-style: italic;
  font-weight: normal;
  color: #bbb;
  padding-left: .5em;
  text-transform: none;
}

.booth_sidebar div, .booth_sidebar p {
  padding: 0.7em 0.5em 0.7em 2em;
}

.booth_sidebar p, .staff_sidebar p {
  font-family: "Trebuchet MS" ,Helvetica,Arial,sans-serif;
  border: 2px solid #96BF33;
  color: #598C13;
  font-size: 110%;
  font-style: italic;
  font-weight: normal;
  background-color: #E3F0CE;
  padding: .5em;
}

.booth_sidebar .booth_title {
  padding: 0em;
}

.line_items tr td {
  border-bottom: 1px dashed #f2f2f2;
}

select#about_item_id {
  margin-top: 1em;
  width: 100%;
}

.btn.no-margin {
  margin: 1em 0;
  width: 100%;
}

.line_items {
  font-family: "Trebuchet MS" ,Helvetica,Arial,sans-serif;
  font-size: 110%;
}

.booth_sidebar p {
  margin: 0.7em;
}

.booth_title {
}

.booth_title h4 {
  background-color: #666;
  color: #fff;
  font-family: Verdana,sans-serif;
  font-size: 95%;
  font-weight: normal;
  padding: 0.5em;
  text-transform: uppercase;
  width: 98%;
  letter-spacing: .02em;
}

.booth_sidebar table {
  width: 98%;
}

.item-name {
  width: 75%;
  color: #5f5f5f;
  font-weight: bold;
}

.item-price {
  color: #333;
  width: 18%;
}

.item-price.included {
  color: #cccccc;
}

.item-action {
  width: 30em;
}

/* ----  Tooltip  ---- */
.tooltip {
  background-color: #046FA9;
  position: absolute;
  padding: 0;
  margin: 0;
  z-index: 10000;
}

.tooltip p {
  margin: 0;
  padding: 0.25em;
}

.tooltip h2 {
  color: White;
  padding: 0.25em 0.5em;
  text-transform: none;
  margin: 0;
}

.tooltip h3 {
  margin: 0;
  padding: 0.25em 0.5em;
  padding-left: 17px;
  color: White;
  background: #4A94C6 url(/client/images/tooltip_nw_arrow.gif) no-repeat top left;
}

.tooltip p.tool_description {
  margin: 0;
  padding: 0.5em;
  color: #4A94C6;
  background-color: White;
}

/* ----------- Staff Page -------------------------------------- */

/* button.delete {
	display: block;
	background: transparent url(/images/buttons/delete_1.png) no-repeat;
	border:0 none;
	height:20px;
	text-indent:-1000em;
	width:20px;
	cursor: pointer;
	overflow: hidden;
}

button.delete:hover {
	display: block;
	background: url(/images/buttons/delete_2.png);
	border:0 none;
	height:20px;
	text-indent:-1000em;
	width:20px;
	cursor: pointer;
}
*/
.staff_form {
  border: 1px solid #F2F2F2;
}


.staff_form form.two_column {
  width: 82%;
  padding: 1.2em;
}

.staff_sidebar {
  border: 1px solid #f2f2f2;
  margin-bottom: 1.5em;
}

.staff_sidebar .staff_members {
  padding: 1.5em;
}


/* ----------- Confirmation Page -------------------------------------- */

.summary {
  padding: 1em 2.5%;
  width: 90%;
  background-color: #f2f2f2;
  margin: 1em;
}

.summary table.line_items {
  width: 100%;
  margin-top: 1em;
  background-color: white;
}

.summary table.line_items tr {
  width: 20%;
}

.summary table.line_items tr td {
  padding: 1em;
  width: 20%;
}

.summary .edit_action {
  padding: 1em;
}

.summary a {
  text-align: right;
}

.summary p {
  color: #a6a6a6;
}

.summary h4 {
  display: inline;
  font-size: 120%;
  margin-right: 0.5em;
  color: #444444;
}

/* ----------- Hotels Page -------------------------------------- */

.options {
  position: relative;
  width: 99%;
  margin-top: 2em;
  min-height: 30em;
}

.options img {
  border: 0;
}

.options li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

.options ul {
  margin: 0;
  padding: 0;
}

.promo.network, .promo.hotel, .promo.websites {
  width: 25%;
  height: 280px;
  padding: 3em 2em 0;
}

.promo.websites {
  left: 64.1%;
  margin-top: 1em;
  position: absolute;
}

.promo.websites h4 {
  font-style: normal;
  font-weight: normal;
  color: #ccc;
}

.promo.websites p {
  margin-top: 1em;
}

.promo .promobutton {
  bottom: 10px;
  position: absolute;
  width: 73%;
}

.promo.network {
  position: absolute;
  margin-left: 32%;
  margin-top: 1em;
  border: 1px solid #f2f2f2;
  margin-right: 0;
  background-color: transparent;
}

.promo.hotel {
  position: absolute;
  margin-left: 0;
  min-height: 210px;
  margin-top: 1em;
  border: 1px solid #f2f2f2;
  margin-right: 0;
  background-color: transparent;
}

.promo p.subline {
  font-size: 105%;
  line-height: 1.5em;
}

.promo.network .btn, .promo.hotel .btn {
  width: 100%;
  margin: 1em 0;
  float: left;
}

/* ----------- Upgrade Tables -------------------------------------- */

span.italic {
  font-style: italic;
}


/* ----------- Order -------------------------------------- */

h2 {
  margin-bottom: 1em;
}

table {
  border-collapse: collapse;
}

table.order {
  width: 99%;
  margin-top: 1.5em;
}

#invoice table.order {
  border: 4px solid #efefef;
  margin-bottom: 1.7em;
}
#invoice label {
  float: left;
  width: 50px;
  margin-right: 1em;
}

.succeeded label {
  float: left;
  width: 20em;
  margin-right: 1em;
}

table.order th {
  padding: 0 1em;
  text-align: left;
  color: #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #F2F2F2;
}

table.order td {
  padding: 1em;
  border-bottom: 1px dashed #f2f2f2;
}

table.order img {
  float: left;
  padding-right: 1em;
}

table.upgrade tr.tableHead th p a {
  margin-bottom: 1em;
}

table.upgrade tr.tableHead th h3 {
  /*	margin-bottom: 0; for the "see example" */
  color: #444444;
}

table.upgrade tr.tableHead th.first h3 {
  margin: .7em 0 .7em 0;
}

table.upgrade h2, table.upgrade h3, table.order h3 {
  font-family: "Trebuchet MS" , Corbel, Verdana, sans-serif;
  margin: .7em 0 .7em 0;
  font-size: 120%;
  text-transform: none;
  font-weight: normal;
}

table.upgrade tr td {
  border-top: 1px solid #CCCCCC;
  background: url(/images/exhibitor_upgrade_check.png) center center no-repeat;
}

table.upgrade tr td.none {
  background: url(/images/exhibitor_upgrade_empty.png) center center no-repeat;
  background-color: #f2f2f2;
}

table.upgrade th {
  border-top: 1px solid #CCCCCC;
  padding-left: 1em;
}

table.upgrade tr.table.upgradeHead th {
  border-top: 1px solid #f2f2f2;
}

table.upgrade tr.table.upgradeHead h2 {
  font-size: 22px;
  text-transform: none;
}

table.upgrade tr th.bluecell {
  color: #363636;
  font-weight: normal;
  background-color: #E1ECF0;
  border-right: 1px solid #ffffff;
  padding-left: 0;
}

table.upgrade tr th:first-child {
  font-weight: normal;
  text-align: left;
  width: 52%;
}

table.upgrade h4 {
  margin: 0.6em 0;
  font-size: 14px;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  color: #444444;
  letter-spacing: -.05em;
  font-weight: normal;
  line-height: 1.5em;
}

table.upgrade p {
  font-size: 12px;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  color: #808080;
  letter-spacing: -.05em;
  font-weight: normal;
  margin: 0 0 2em;
}

table.upgrade h4 p {
  margin-bottom: 0;
}

table.upgrade tr td {
  background-color: #F2F2F2;
  border-right: 1px solid #ffffff;
  text-align: center;
}

table.upgrade tr.questions td.white {
  background: none;
}

table.upgrade tr.questions td {
  background-color: #E1ECF0;
  background-image: none;
  text-align: center;
  color: #363636;
}


table.upgrade tr.pricing td {
  height: 6em;
  background-color: #f2f2f2;
  background-image: none;
}

form label {
  margin-right: 0;
}

table.upgrade tr.pricing label {
  display: block;
}

table.upgrade tr.pricing th h4 {
  font-weight: bold;
}

table.upgrade td.nobg {
  background-image: none;
  background-color: #F2F2F2;
  font-weight: bold;
  color: #444444;
}

table.upgrade p.price {
  font-family: "Trebuchet MS" , Corbel, Verdana, sans-serif;
  display: block;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  color: #444444;
  margin: 1em 0 0 0;
  line-height: 2.1em;
}

table span.availability {
  font-family: "Trebuchet MS" , Corbel, Verdana, sans-serif;
  display: inline;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  color: #E87C00;
  letter-spacing: -.05em;
}

.bold {
  font-weight: bold;
}

table.order span.availability {
  padding-left: 1.5em;
}

table.order td {
  border-bottom: 1px dashed #f2f2f2;
}

table.upgrade button {
  margin: 1em;
}

table.upgrade tr.questions.last td.white {
  border-top: none;
}

table.order tr.total td {
  border-top: none;
  border-top: 1px solid #444444;
}

table.order tr.total td, table.order tr.total td.item-price {
  border-bottom: none;
}

#main_column table.order h3 {
	font-family: Verdana, Arial, sans-serif;
  color: #bbb;
  margin-top: 0.5em;
  text-transform: uppercase;
  font-size: 100%;
}

table.order .item-price {
  text-align: left;
}

table tr.total td.item-name {
  font-size: 100%;
  text-transform: uppercase;
}

table tr.total td {
  font-weight: bold;
  font-size: 120%;
}

form#payment_form fieldset legend { /*Removes awk border on non-text legend */
	border: none;
}

form#payment_form p.bold {
	margin: 0 0 1.5em 0;
	font-weight: bold;
	border: 3px solid #222222;
	padding: 1em;
}

#read_terms_check {
	float:left;
	margin-right:1em;
}


/* ----------- Invoice -------------------------------------- */

address {
  font-size: 120%;
  line-height: 1.5em;
}

/* --- Logout --- */

div.registration_logout {
  -moz-border-radius-bottomleft: 0.5em;
  background: #222222 none repeat scroll 0 0;
  border-bottom: 2px solid #000000;
  border-left: 2px solid #000000;
  padding: 0.6em;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 8em;
}

div.registration_logout:hover {
  background-color: #96BF33;
}

.registration_logout button {
  background-color: transparent;
  border: 0 none;
  color: white;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 100%;
  width: 7em;
  text-transform: uppercase;
}

/* ---------- Attendee Registration ------------------------- */

select.member_company_select {
  width: 22em;
}

table.registration_type {
  background-color: #fbfbfb;
  border: 1px solid #f2f2f2;
}

table.registration_type tr td {
  padding: .5em 1em;
}

table tr td.accept_terms {
  background-color: #fbfbfb;
  border: 1px solid #fbfbfb;
}

table tr td.accept_terms:hover {
  border-color: #ccc;
}

table tr td.accept_terms label {
  font-size: 110%;
  font-family: Georgia, "Times New Roman" , serif;
  color: #5f5f5f;
  padding-left: 0;
  line-height: 1.4em;
}

table tr td.accept_terms label strong {
  color: #333;
  text-transform: uppercase;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

table tr td.accept_terms input#accept_email {
  float: left;
  margin: 0.2em 0.7em 1em;
}

table tr td.radio_choice {
  padding: .7em 0;
  padding-left: 1em;
  width: 20em;
}



table.demographics tr td.radio_choice {
  width: 25em;
}

table tr td.bottom_choice {
  padding-bottom: 1.5em;
  border-bottom: 0;
}

table.nbb_member textarea {
  width: 40em;
  min-height: 4em;
}

table.registration_type tr.product_radio td {
  border-top: 1px solid white;
  padding: .6em 1em;
}

table.registration_type tr.bottom_pad td {
  padding-bottom: 1.2em;
}

table.registration_type tr.product_radio td.checkbox {
  border-top: 1px solid #fbfbfb;
}


/* ---------- Attendee Demographics */

form.two_column table tr td.question p {
  color: #676767;
  font-family: Georgia, "Times New Roman" , serif;
  font-size: 100%;
  margin: .3em 0 0;
  padding: 0 0.7em;
  text-align: center;
}

div.payment_notes {
  padding: 1.5em;
  background: #fbfbfb;
  border: 1px solid #CCCCCC;
  margin-bottom: 1em;
  padding: 0.5em 1.5em;
}

table.registration_type tr td.checkbox {
  width: 5em;
  text-align: center;
}

table.registration_type tr td.sponsorship_column {
  font-weight: normal;
  width: 40%;
  background-color: white;
}

table.registration_type tr td.pricing {
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  background-color: white;
  padding-top: 0.7em;
  width: 8em; /*this keeps the "US" from falling below the price and breaking alignment*/
}

table.registration_type tr td.pricing p {
  display: none;
}

h3.product_title {
  background: #F9F9F9 none repeat scroll 0 0;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 1px;
  padding: 0.7em;
}

h3.product_title p {
  color: #ccc;
  display: inline;
  font-size: 70%;
  font-weight: normal;
  margin-left: 0.7em;
  text-transform: lowercase;
}

form.two_column td.password_pad {
  padding-top: 1.2em;
  vertical-align: top;
}

select#user_account_attributes_addresses_attributes_0_country_code {
  width: 22em;
}

div#contact_info.attendee_summary {
  float: none;
}



table.registration_type input.product_textbox {
  width: 2em;
}

select.member_company {
  margin-top: 0.5em;
}

/*steps float, fix wrap */
#content #sidebar ul li span.step-numbers {
  float: left;
  padding-right: .4em;
  text-align: center;
  margin-top: 0.13em;
}

#sidebar ul li a {
  float: left;
  width: 10.3em;
}

#sidebar ul li {
  clear: both;
  float: left;
  width: 100%;
}

/* Exhibitor Staff Page */

.accounts {
  margin-bottom: 1em;
}

.account_name td {
  padding: .7em;
}

.account_name td .btn.mini {
  margin-bottom: 0;
}

.accounts a:visited.btn.mini {
  color: #ffffff;
}

#staff_page {
	background-color: white;
	padding: 2%;
}

#staff_page p.status {
	margin: 0;
}

#staff_page #sidebar {
	width: 19em;
	float: left;
	padding:1em 1em 2em;
	background-color: #f6f6f6;
}

#staff_page #sidebar ul li {
	width:95%;
}

#staff_page #sidebar ul a {
	width: 18em;
}

#staff_page .products {
	margin-left: 22em;
	width: 70%;
}


.products h4 {
  background-color: #666;
  color: #fff;
  font-family: Verdana,sans-serif;
  font-size: 95%;
  font-weight: normal;
  padding: 0.5em;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.products .status {
  font-family: "Trebuchet MS" ,Helvetica,Arial,sans-serif;
  border: 2px solid #96BF33;
  color: #598C13;
  font-size: 110%;
  font-style: italic;
  font-weight: normal;
  background-color: #E3F0CE;
  padding: 0.5em;
}

legend {
  padding: 1em 30% 0.3em 0;
  margin-bottom: 0.3em;
  border-bottom: 1px solid #E6E6E6;
}

legend span {
  display: block;
  width: 20em;
}

/* Login Intro Pages */

.account_process h3.border_bottom {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
}

.account_process h3.border_bottom span {
  font-size: 80%;
  color: #808080;
  font-weight: normal;
  display: block;
  margin: 0.3em 0;
}

.form_actions.welcome, .form_actions.hotel {
  margin-top: 0;
  width: 99%;
}

.form_actions.welcome {
  float: none;
  display: block;
  border: 0;
  margin-top: 1.5em;
}

.welcome input.btn.green {
  display: inline;
}

.welcome .normal {
  display: inline;
  padding: 0 2em;
}

.account_process {
  background-color: #F2F2F2;
  padding: 1.3em 1.8em 0.5em;
}

.account_process h3 {
  font-size: 150%;
  margin-bottom: 1.5em;
  font-family: Helvetica, Arial, sans-serif;
}

.account_process #password_table h3 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.account_process #password_table h3 + p {
  margin-top: 0;
  padding-bottom: 0.5em;
}

.welcome input.btn.green {
  margin: 1em 0;
}

.email_request {
  display: block;
}

.account_request td.label {
  width: 10em;
}

.or_bar {
  width: 7em;
  height:12em;
  text-align:center;
  font-weight: bold;
  text-transform: uppercase;
  background: url(/images/border_image.png) repeat-y center center;
}

.or_bar p {
  background: #F2F2F2;
  padding: 0.2em;
}

.account_request td.label.short {
  width: 48%;
}

.account_request td.label.short label {
  float:left;
  margin-top:11px;
  width:7em;
}

#password_table h3 {
  font-size: 135%;
}

.account_request input {
  font-size: 140%;
  width: 16em;
  padding:0.5em;
}

.account_request input.pw_input, .account_request input.email_input {
  width: 12em;
}

.account_request input.email_input {
  opacity: 0.4;
}

.forgot_password {
  font-family: Helvetica, Arial, sans-serif;
  text-align: left;
  -moz-border-radius: 0.3em;
}

.forgot_password .btn.green {
  margin: 3.3em 0 0 0;
}

.label.short .btn.green {
  margin: 2em 0 1em 0;
}

.forgot a {
  font-weight: bold;
}

.email_note {
  color: red;
}

