.required {
	color: #FF0000;
}
.field_title {
	font-size: 13px;
	width: 120px;
	vertical-align: top;
	text-align:right;
        padding: 2px;
}
.textfield {
	font-size: 13px;
	width: 200px;
        padding: 2px;
        border:1px dashed #000;
}
.textfield:hover { 
       border:1px solid green;
       font-size: 13px;
       width: 200px;
       padding: 2px;
       
}
.textarea {
	font-size: 13px;
	width: 90%;
	height: 100px;
        padding: 4px;
        border:1px dashed #000; 
}
.textarea:hover {
	font-size: 13px;
	width: 90%;
	height: 100px;
        padding: 4px;
        border:1px solid green;        
}

.field_heading {
	font-size: 13px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 13px;
}
.checkbox_label {
	font-size: 13px;
	cursor: pointer;
}
.radio_label {
	font-size: 13px;
	cursor: pointer;
        clear: both;
}
.email {
	font-size: 13px;
	width: 200px;
        padding: 2px;
        border:1px dashed #000; 
}
.email:hover {
	font-size: 13px;
	width: 200px;
        padding: 2px;
        border:1px solid green;     
}


/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}
