/*
This stylesheet is for the forms throughout the page, as well as any pages that may include forms (contact, etc)
*/
form {margin: 0px; padding: 0px;} 

.FIELD, .FIELD_S{font-family: Verdana, Arial; font-size: 12px; border-top: 1px solid #999999; border-right: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC;border-bottom: 1px solid #DBDBDB; color: #333333; background:#EFEFEF; font-style: normal;line-height: normal; padding: 3px;text-decoration: none;}

.REQUIRED, .ERROR, .REQUIRED_S, .ERROR_S {font-family: Verdana, Arial; font-size: 12px; border-top: 1px solid #999999; border-right: 2px solid #FF0000; border-left: 1px solid #CCCCCC; border-bottom: 1px solid #DBDBDB; color: #333333; background:#EFEFEF;font-style: normal;line-height: normal; padding: 3px;text-decoration: none;}
	.REQUIRED { background: #eaeaea url("/images/bg_inputrequired.gif") right top no-repeat; }
	.ERROR {background: #ffffcb url("/images/bg_inputerror.gif") right top no-repeat;}

.REQUIRED:focus, .ERROR:focus, .FIELD:focus, 
.REQUIRED_s:focus, .ERROR_s:focus, .FIELD_s:focus {padding: 3px;background: #fff; border-top: 1px solid #6AB94B; border-right: 2px solid #94DA78; border-left: 1px solid #94DA78; border-bottom: 1px solid #AEDF9A;}

.submit, .submit_s{color: #2b333c;border-right: #acb5b5 3px double; cursor: pointer; border-top: #c4cccc 3px double; background: url("/images/bg_btn.gif") #fefefe repeat-x; border-left: #acb5b5 3px double; border-bottom: #6f7777 3px double;}
	.submit_s { font-size: 10px; }
	
.submit-disabled {border-right: #acb5b5 3px double;border-top: #c4cccc 3px double;background: url("/images/bg_btn.gif") #fefefe repeat-x;border-left: #acb5b5 3px double;border-bottom: #6f7777 3px double;}
.submit:hover, .submit_s:hover {border-right: #FFB08A 3px double;border-top: #FFCFB9 3px double;border-left: #FFB08A 3px double;border-bottom: #FF5706 3px double;}
	
.Status_SUCCESS {border: 1px solid #00CC00;font-family: Arial, Helvetica, sans-serif;font-size: 14px;font-weight: bold;color: #00CC00;width: 400px;padding: 3px;}
.Status_FAILURE {border: 1px solid #FF0000;font-family: Arial, Helvetica, sans-serif;font-size: 14px;font-weight: bold;color: #FF0000;width: 400px;padding: 3px;}

a.submit  { font: normal 10px Verdana, Arial, Helvetica, sans-serif; display: block; padding: 2px 5px; text-decoration: none;}

#st {display:block;}

select.FIELD_S { font-size: 10px; }

textfield { font-family: Verdana, Arial; font-size: 12px; }


/* Error elements */

		td.errors { padding: 0px;  }
		table.error_cont { font: normal 12px arial; color:#F00; padding: 0px; margin: 5px 0px;}
		#center .error_cont ul {padding-left: 25px!important; padding-left: 5px;}
		#center .error_cont ul li { padding: 3px 0px; margin: 0px;}
		
		.error { color: #CC0000; background: #FFFFCB; border-right: 1px solid #999999; border-bottom: 1px solid #999999;}
		.error .inner {border: 1px solid #CC0000; min-height: 20px; height: auto!important;height: 20px; padding: 10px; }
		.error .inner div { width: 330px; }
		.error .inner p { line-height: 16px; }
		.error .inner p.btm { font-size: 10px; line-height: 12px;}
		.error a { color: #ff0000; border: 0px;}
		.error a:hover {border: 0px;}
		.error_formtitle, .error_formtitle a, .error_formtitle a:hover { font-weight: bold; color: #cc0000; text-decoration: none; border: 0px;}
		
		td.success { color: #009900; padding: 5px 0px; }

#human {
visibility:hidden;
display:none;
}

