/*
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, .REQUIRED, .ERROR, .REQUIRED_S, .ERROR_S{font-family: Verdana, Arial; background:#EFEFEF; text-decoration: none; border: 1px solid #CCCCCC; border-top: 1px solid #999999; padding: 3px; font-size:.9em;}

.FIELD, .FIELD_S{border-bottom: 1px solid #DBDBDB; color: #333333; }
.REQUIRED, .ERROR, .REQUIRED_S, .ERROR_S { border-right: 2px solid #FF0000; border-bottom: 1px solid #DBDBDB; color: #333333; }
    .REQUIRED { background: #efefef url("/common/images/bg_inputrequired.gif") right top no-repeat; }
    .ERROR {background: #ffffcb url("/common/images/bg_inputerror.gif") right top no-repeat;}
	.NOBG{background:#efefef;}

.REQUIRED:focus, .ERROR:focus, .FIELD:focus, .REQUIRED_S:focus, .ERROR_S:focus, .FIELD_S:focus {border-top: 1px solid #6AB94B; border-right: 2px solid #94DA78; border-left: 1px solid #94DA78; border-bottom: 1px solid #AEDF9A;}

#btnPost{cursor:pointer; font-weight:bold; background:url('/common/images/btn_create_account.png') no-repeat center; border:none; padding:10px 0; color:#FFFFFF; margin:30px 0 0 0; width:240px; text-transform:uppercase;}

.Status_SUCCESS, .Status_FAILURE{font-size:1.4em; padding-left:25px;}
.Status_SUCCESS {color: #009900; background:url(/images/check.gif) no-repeat left; }
.Status_FAILURE {color: #990000; background:url(/images/ico_error.gif) no-repeat left; }

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; }
label{ cursor: pointer;}



/* 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;}
		.body .error a { color: #ff0000; border: 0px;}
		.body .error a:hover {border: 0px;}
		.body .error_formtitle, .body .error_formtitle a, .body .error_formtitle a:hover { font-weight: bold; color: #cc0000; text-decoration: none; border: 0px;}
		
		td.success, .body p.success   { color: #009900; padding: 5px 0px; }
		
		/* Error for FLASH player */
		.btm {margin-bottom: -50px }

		.flashalert { width: 100%;border-bottom: 1px solid #999; background: #FFFFE1;  }
		.flashalert a { color: #0000FF; }
		.flashalert .inner { height: 40px; margin: 0px auto; width: 800px; font: normal 11px arial; }
		.flashalert img {position: absolute; margin-left: -17px!important; margin-left: -47px;}
		.flashalert .txt {margin-left: 30px; padding-top: 5px;}

