/**
 *  @module         form
 *  @version        see info.php of this module
 *  @authors        Ryan Djurovich, Rudolph Lartey, John Maats, Dietrich Roland Pehlke 
 *  @copyright      2004-2011 Ryan Djurovich, Rudolph Lartey, John Maats, Dietrich Roland Pehlke 
 *  @license        see info.php of this module
 *  @license terms  see info.php of this module
 *  @requirements   PHP 5.2.x and higher
 */

.contact {
height: 25px;
}

.button {
margin-top: 5px;
font-weight: bold;
}


.required {
	color: #AB1B1D;
}
.field_title {
	font-size: 12px;
	width: 115px;
	vertical-align: top;
	text-align:left;
	font-weight: bold; 
}
.textfield {
	font-size: 12px;
	width: 100%;
}
.textarea {
	font-size: 12px;
	width: 101%;
	/*margin-left:10px;*/
/*border:1px solid #5B9ACF;*/
	height: 100px;
}
.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;
	width: 344px;
margin-left:10px;
border:1px solid #5B9ACF;
margin-top:2px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 100%;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}		