input, select {
  float: left;
  width: 150px; 
  background-color: transparent;  
border: 1px solid #ccc; 
color:#666666; 
}
textarea {
  float: left;
  width: 150px; 
  background-color: transparent;  
border: 1px solid #ccc; 
color:#666666; 
}


input:hover {  
color: #666;  
background-color: #ebebeb;  
}
input:focus {  
color: #666;  
background-color: #ebebeb;  
}

input#submit { 
  float: none;
  width: auto;
  background-color: transparent;  
border: 1px solid #ccc; 
color:#666666; 
}

form {
  margin:0;
}


.required {
	color: #FF0000;
}
.field_title {
	font-size: 12px;
	width: 185px;
	vertical-align: top;
	text-align:left;
}
.textfield {
	font-size: 12px;
	width: 200px;
}
.textarea {
	font-size: 12px;
	width: 90%;
	height: 100px;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 200px;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}
