#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 {
	font-size: 14px;
	line-height: 20px;
	width: 170px;
	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 {
	border: thin solid rgba(0,0,0,0.2);
	padding-left: 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 24px;
	margin-left: 15px;
	margin-bottom: 5px;
	width: 506px;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.width50 {
	width: 50%;
}

.formLabel {
	margin-top: 3px;
	text-align: right;
	font-weight: bold;
}

.textInput {
	width: 500px;
}

select.form_input {
	width: 513px;
	height: 27px;
}

.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: 500px;
}

.error_div_long p {
	width: 100%;
}

#resellerDIV {
	margin-left: 145px;
	color: #555555;
	font-weight: bold;
}

.hidden {
	display: none;
}

/* Zoo signup: billing same as business (inline with form; same idea as #terms_label) */
#zoo_billing_same_row {
	clear: both;
	margin: 10px 0 14px 185px;
}

#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: 295px;
}

.form_footer {
	text-align: left;
	margin: 20px 135px 20px 0px;
	float: right;
}

#terms_label {
	margin-left: 150px;
}

#terms_label input {
	float: left;
}

#terms_label label {
	width: auto;
	margin-top: -3px;
}

.terms_link {
	color: #B10E10;
	font-style: italic;
}

#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;
}


.helpModal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}
.helpModalContent {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
.helpModal .close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.helpModal .close-button:hover,
.helpModal .close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.helpModal.hidden {
    display: none;
}
.helpModal .helpModalContent {
    margin: 10.7% auto 0;
    width: fit-content;
    padding: 0;
    position: relative;
    border-radius: 3px;
    border: 0px !important;
}
.helpModal .modalIframe {
    border-radius: 3px;
    border: 0;
    min-width: 341px;
    min-height: 412px;
    padding: 10px;
}
.helpModal span.close-button {
    position: absolute;
    width: 30px;
    height: 30px;
    right: -15px;
    top: -15px;
    background: url(/img/squeezebox/closebox.png) no-repeat center;
    border: none;
}