.required {
	color: #666666;
}
.field_title {
	font-size: 12px;
	width: 120px;
	vertical-align: top;
	text-align:left;
}
.textfield {
	font-size: 11px;
	width: 200px;
	background:#000000;
	border:1px solid #666666;
	color:#CCCCCC;
}
.textarea {
	font-size: 12px;
	width: 200px;
	height: 150px;
		background:#000000;
	border:1px solid #666666;
	color:#CCCCCC;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	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: 11px;
	width: 200px;
		background:#000000;
	border:1px solid #666666;
	color:#CCCCCC;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}		

input, select {
  background-color:#cccccc;  
border: 1px solid #fff; 
color:#333333; 
}

input:hover {  
  background-color:#333333;  
border: 1px solid #ccc; 
color:#ccc;  
}
input:focus {  
  background-color:#666666;  
border: 1px solid #fff; 
color:#333333; 
}		
.textarea:hover {  
  background-color:#333333;  
border: 1px solid #ccc; 
color:#ccc;  
}

.textarea:focus {
  background-color:#666666;  
border: 1px solid #fff; 
color:#333333; 
}
