/**
 *  @module         form_sign
 *  @version        see info.php of this module
 *  @authors        Ryan Djurovich & Rudolph Lartey - additions John Maats - PCWacht, cms-lab
 *  @copyright      2004-2011 Ryan Djurovich & Rudolph Lartey - additions John Maats - PCWacht, cms-lab
 *  @license        GNU General Public License
 *  @license terms  see info.php of this module
 *  @platform       see info.php of this module
 *  @requirements   PHP 5.2.x and higher
 */


.required {
	color:#1b2777;
	float:left;
}
.field_title {
	width: 250px;
	vertical-align: top;
	text-align:left;
	margin-bottom:8px;
}
.textfield {
	width: 100%;
	color:#669933;
	margin-bottom:12px;
}
.textarea {
	width: 100%;
	height: 100px;
	color:#669933;
	margin-bottom:12px;
}
.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 {
	width: 70%;
	color:#669933;
	margin-bottom:12px;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}