/*
Copyright 2006 Learnyourway.net
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-color:#EFEFEF;font-style: normal;line-height: normal;text-decoration: none;padding: 3px;text-decoration: none;}
	.FIELD_S {font: 10px arial;}

.REQUIRED, .ERROR {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-color:#EFEFEF;font-style: normal;line-height: normal;text-decoration: none;padding: 3px;text-decoration: none;}
	.ERROR {background: #FFFFCB;}

.REQUIRED:focus, .ERROR:focus, .FIELD:focus, .FIELD_S:focus {padding: 3px;background-color: #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; 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: 10px verdana;}

.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;}
.submit:unknown, .submit_s:unknown {border-right: #94da78 3px double;border-top: #aedf9a 3px double;border-left: #94da78 3px double;border-bottom: #6ab94b 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;}

#st {display:block;}

select{background:#000000;}