a.submit, a.submit:active, a.submit:visited { color:#FFF;}
.submit:hover, input[type="submit"]#btnPost:hover { border: 3px solid #FFF; color:#FFF; text-decoration: none;}
.submit,input[type="submit"]#btnPost{ background:#06C903;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#06C903', endColorstr='#00A800'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#06C903), to(#00A800)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #06C903,  #00A800); /* for firefox 3.6+ */ 
   border: 3px solid #D4E7B9;
   color:#FFF;
   cursor:pointer;
   display: inline-block;
   font: 14px 'Lucida Grande', Helvetica, Arial, Sans-Serif; font-weight:bold; text-decoration: none; text-transform:uppercase;
   padding: 10px 15px;
   text-shadow:-1px -1px 0 #666;
   -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}


.divHidden {
	display: none;
}
select, input, textarea {
	font-family: Verdana;
	font-size: 12px;
	border-top: 1px solid #000000;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #000000;

	border-width:0px;
	color: #000000;
	background-color: #F2F2F2;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
}

.FIELD, .REQUIRED {
	font-family: Verdana, Arial; 
	font-size: 12px; 
	background-color:#EFEFEF; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	text-decoration: none; 
	padding: 3px; 
	border-style: solid; 
	color: #333;
}
.FIELD {
	border-width: 1px; 
	border-color: #999 #CCC #DBDBDB #CCC;
}
.REQUIRED {
	border-width: 1px 2px 1px 1px; 
	border-color: #999 #F00 #DBDBDB #CCC;
}

.REQUIRED:focus, .FIELD:focus {
	padding: 3px; 
	background-color: #FFF;
	border-width: 1px 2px 1px 1px; 
	border-style: solid; 
	border-color: #6AB94B #94DA78 #AEDF9A #94DA78;
}

div.required {
	BORDER-RIGHT: 2px solid #FF0000;
	height: 18px;
	float: left;
	padding-right: 5px;
}
label{cursor: pointer; padding:2px;}
label:hover{padding:2px; background:#FF9;}

a.button { background:#7D000E; color:#FFF; text-decoration: none; border: #7D000E 1px solid; margin:5px; padding:4px 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; -moz-box-shadow:0 1px 3px #666; display:inline-block;}
	a.button:hover { background:#A40010; text-decoration:none;}



