.validation_error_header {
	margin: 20px 0;

	color: #ec1c24;
	font-weight: bold;
	font-size: 0.875em;
}

input.form-error {
	color: #ec1c24;
}

.warning_text {
	color: #ec1c24;
}


.error-message {
	margin: 0;
	padding: 0;
	color:#ec1c24;
	font-size: 13px;
}


ul.field_table li .error-message {
	margin: 0;
	padding: 0;
	font-size: 11px;
}


ul.form_get_started li .error-message {
	margin: 10px 0 0 99px;
	padding: 0;
}

ul.acct_form li .error-message {
	clear: both;
	float: left;
	margin: 2px 0 0 158px;
}
ul.acct_form li.paraerror .error-message {
margin: 2px 0 0 2px;

}
.form_box_getstarted .error-message { margin: 0 0 0 137px; }
.form_box_log_in .error-message { margin: 0 0 0 179px; }





/********** ERROR MESSAGES **********/

.error_box {
	width: 800px;
	margin: 20px 10px;
	padding: 0;
	color: #3d3d3d;
}

.error_box_inner {
	padding: 20px;
}

.error_box .error_msg {
/* MINIMUM HEIGHT HACK FOR IE7. YAAY! */
	min-height: 38px;
	height: auto !important;
	height: 38px;
 	margin: 0;
	padding: 0 0 0 55px;
}

.error_box .error_msg h3 {
	margin: 6px 0 4px;
	font-size: 1.125em;
	font-weight: normal;
}

.error_box .error_msg p {
	margin: 12px 0;
	font-size: 0.875em;
	line-height: 1.2em;
}


.error_success { background: url(../img/bg_error_success_btm.png) no-repeat bottom left; }
.error_success .error_box_inner { background: url(../img/bg_error_success_top.png) no-repeat top left; }
.error_success .error_box_inner .error_msg  { background: url(../img/icons_warning.png) no-repeat 0 0; }

.error_warning { background: url(../img/bg_error_warning_btm.png) no-repeat bottom left; }
.error_warning .error_box_inner { background: url(../img/bg_error_warning_top.png) no-repeat top left; }
.error_warning .error_box_inner .error_msg  { background: url(../img/icons_warning.png) no-repeat 0 -216px; }

.error_error { background: url(../img/bg_error_error_btm.png) no-repeat bottom left; }
.error_error .error_box_inner { background: url(../img/bg_error_error_top.png) no-repeat top left; }
.error_error .error_box_inner .error_msg  { background: url(../img/icons_warning.png) no-repeat 0 -107px; }











/* Adjustments for all pages */
/* TODO: Susan, the .account style in all.css seems to have the background property twice, and is causing problems. */
.account {
	background:url(../img/btn_account.gif) no-repeat;
}

/* throwing off layout in ie7

Adjustments for verify physician page
.form_box_getstarted {
	width: 800px;
}
.text_row {
	clear: both;
}
 */


#signup_question_error {
	padding: 10px 0;
	font-size: 1.1em;
}

.clear {
	clear:both;
}


/* Adjustments for create physician page */
.dropbox {
	margin-bottom: 15px;
}

.no_specialties {
	padding-left: 26px;
	font-size: 0.875em;
	font-weight: bold;
}


