input.disabled {
	border: 1px solid #000000;
	background-color: #9F9F9F;
	color: #000000;
}

input.required, textarea.required, select.required,textarea {
	border: 1px solid #000000;
	background-color: #9F9F9F;
	color:#000000;
	width:250px;

}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #000000;
	color : #CF191C;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #000000;
	color : #000000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FFFFFF;
	color : #CF191C;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.submit{
	background: #9F9F9F;
	border: 1px solid #000000;
	color: #000000;
	padding: 2px;
	font-size: 12px;
}
.box{
  width: 139px;
  height: 37px;
  padding:10px 2px 5px 2px;
  margin:0px 30px 0px 0px;  
  background: #FFFFFF url('http://www.enviro.com/images/button_off.gif');background-repeat: no-repeat;
  border:0px;
  font-weight: bold;
  text-align:center;
  color:#FFFFFF;
}

.box:hover{
  width: 139px;
  height: 37px;
  background: #FFFFFF url('http://www.enviro.com/images/button_on.gif');background-repeat: no-repeat;
  border:0px;
  font-weight: bold;
  text-align:center;
  color:#CFCFCF;
 }

.box a:link{
	color:#FFFFFF;
	text-decoration:none;
}
.box a:active{
	color:#FFFFFF;
	text-decoration:none;
}
.box a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.box a:hover{
	color:#CFCFCF;
	text-decoration:none;
}
th{
	background:#000000;
	color: #FFFFFF;
	text-align:center;
}
.small_box{
  width: 100px;
  height: 27px;
  padding:5px 2px 5px 2px;
  margin:0px 30px 0px 0px;  
  background: #FFFFFF url('http://www.enviro.com/images/button_off_small.gif');background-repeat: no-repeat;
  border:0px;
  font-weight: bold;
  text-align:center;
  color:#FFFFFF;
}

.small_box:hover{
  width: 100px;
  height: 27px;
  background: #FFFFFF url('http://www.enviro.com/images/button_on_small.gif');background-repeat: no-repeat;
  border:0px;
  font-weight: bold;
  text-align:center;
  color:#CFCFCF;
 }
