

/* Form Styles */

form {
	margin: 0px;
}
.searchButton, .formSubmit {
	background-color: #660000;
	border: 1px solid #CECDB9;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
}


.adacompliance form fieldset {
  margin-bottom: 10px;
  border: 1px solid #867070;
  background-repeat:repeat-x;
  width: 90%;
  padding: 10px;
}
.adacompliance form legend {
	padding: 0px 2px;
	font-weight: bold;
	font-size: 80%;
	color: #000000;
	margin-bottom: 0px;
	font-family: Tahoma;
}



.hidden {
 position: absolute; 
 left: 0px;
 top: -500px;
 width: 1px;
 height: 1px;
 overflow: hidden;
} 