/*
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, .off, .txt_off{ font: normal 12px Georgia, Times New Roman, Times, serif; border-top: 1px solid #999; border-right: 1px solid #ccc; border-left: 1px solid #ccc;border-bottom: 1px solid #DBDBDB; color: #333; background:#EFEFEF; padding: 3px 8px 3px 5px;}

.REQUIRED, .ERROR, .REQUIRED_S, .ERROR_S {font: normal 12px Georgia, Times New Roman, Times, serif; border-top: 1px solid #999; border-left: 1px solid #CCCCCC; border-bottom: 1px solid #DBDBDB; color: #333; background:#EFEFEF; padding: 3px 6px 3px 6px;}

.REQUIRED:focus, .ERROR:focus, .FIELD:focus, 
.REQUIRED_s:focus, .ERROR_s:focus, .FIELD_s:focus,
.focus, .txt_focus  {font: normal 12px Georgia, Times New Roman, Times, serif; background: #fff; border-top: 1px solid #006600; border-right: 1px solid #94DA78; border-left: 1px solid #94DA78; border-bottom: 1px solid #AEDF9A; padding: 3px 8px 3px 5px;}

.submit, .submit_s{ height:26px; font-size:11px; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold; color: #FFF; border-right: #7B9A78 2px solid; cursor: pointer; border-top: #B8CBB6 2px solid; background: #006600; border-left: #7B9A78 2px solid; border-bottom: #537056 2px solid;}
	.submit_s { font-size: 11px}
	
.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;}