#main_content {
	padding-top: 1px;
	background-color: #FFFFFF;
}

#signup_system {
	background: transparent url(/img/dashboard/ui/box_contents_bg.png) bottom left repeat-x;
}

.signup_table {
	width: 100%;
	table-layout: fixed;
}

label {
	width: 130px;
	text-align: right;
	font-weight: bold;
	display: block;
	float: left;
	padding-top: 5px;
	color: #555555;
}

label.noformat {
	width: auto;
	text-align: left;
	font-weight: normal;
	display: inline;
	float: none;
	padding-top: 0;
	color: #333333;
}

.helpIMG {
	margin-left: 5px;
}

td {
	vertical-align: top;
}

.form_input_div {
	float: left;
}

.form_input {
	margin-left: 15px;
	margin-bottom: 5px;
	width: 200px;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.width50 {
	width: 50%;
}

.formLabel {
	text-align: right;
	font-weight: bold;
}

.textInput {
	width: 200px;
}

select.form_input {
	width: 207px;
}

.textInput50 {
	width: 100px;
}

#submit, .lrgButton {
	margin-top: 10px;
}

div.required {
	background: transparent url(/img/dashboard/ui/required.png) 2px 0px no-repeat;
}

a {
	cursor: pointer;
}

.red {
	color: #B10E10;
}

.error {
	color: #B10E10;
	font-weight: bold;
}

.warning {
	color: #F27416;
	font-weight: bold;
}

.error_div {
	clear: both;
}

.error_div p {
	color: #B10E10;
	font-weight: bold;
	margin-left: 145px;
	width: 200px;
}

.error_div_long p {
	width: 100%;
}

#resellerDIV {
	margin-left: 145px;
	color: #555555;
	font-weight: bold;
}

.hidden {
	display: none;
}

/* Zoo signup: billing same as business */
#zoo_billing_same_row {
	clear: both;
	margin: 10px 0 14px 145px;
}

#zoo_billing_same_row input[type="checkbox"] {
	float: left;
	margin: 4px 10px 0 0;
}

#zoo_billing_same_row label {
	float: none;
	display: block;
	overflow: hidden;
	width: auto;
	max-width: none;
	text-align: left;
	font-weight: normal;
	padding-top: 2px;
	margin: 0;
	line-height: 1.35;
}

@media (max-width: 640px) {
	#zoo_billing_same_row {
		margin-left: 0;
	}
}

.zoo_billing_block {
	clear: both;
	margin-top: 4px;
	padding-bottom: 4px;
}

.extra_questions {
	width: 640px;
	margin: 15px auto 0;
}

.extra_questions label {
	width: 300px;
}

.extra_questions .error_div p {
	margin-left: 250px;
}

.extra_questions_classic .error_div p {
	margin-left: 318px;
}


.form_footer {
	text-align: left;
	margin: 20px;
	float: right;
}

#terms_label input {
	float: left;
}

#terms_label label {
	float: right;
	width: auto;
	margin-top: -3px;
	padding-left: 5px;
}

#terms_error {
	float: right;
	width: 277px;
}

#validation_mask {
	position: absolute;
	background-color: #FFFFFF;
}

#error_popup {
	z-index: 100000;
	text-align: center;
}

#error_popup .top {
	height: 20px;
	padding-top: 20px;
	background: transparent url(/img/order_system/ui/error_bg.png) top left no-repeat;
}

#error_popup .bottom {
	padding: 0px 20px 20px 20px;
	min-height: 280px;
	width: 260px;
	background: transparent url(/img/order_system/ui/error_bg.png) bottom left no-repeat;
}

#error_popup h3 {
	font-size: 20px;
}

#error_popup h4 {
	font-size: 16px;
}

.styled_button {
	font-size: 13px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid #B2B2B2;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: transparent url(/img/ui/flex_button.png) top left repeat-x;
  color: #333;
  cursor: pointer;
}

.styled_button:hover {
  border: 1px solid #4C4C4C;
}