/*
input, select, textarea {
border:2px solid #ccc;padding-left:3px;-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;
}
input:hover, select:hover, textarea:hover {
background-color: yellow;
}
*/
.captcha_table{
vertical-align:middle;
width:390px;
}
.mail_info {
vertical-align:middle;
	text-align: center;
vertical-align:middle;
	color: #FFCC00;
	border: solid 1px #FFCC00;
	background-color: #FFFFCC;
	background-image: url(images/information.gif);
	background-position: 15px center;
	background-repeat: no-repeat;
}
.mail_error {
vertical-align:middle;
	text-align: center;
	color: red;
vertical-align:middle;
	border: solid 1px red;
	background-color: #FFDCD9;
	background-image: url(images/error.gif);
	background-position: 15px center;
	background-repeat: no-repeat;
}
.mail_success {
vertical-align:middle;
	text-align: center;
	color: green;
vertical-align:middle;
	border: solid 1px green;
	background-color: #D4FFD1;
	background-image: url(images/success.gif);
	background-position: 15px center;
	background-repeat: no-repeat;
}

.required {
	color: #FF0000;
}
.field_title {
	font-size: 12px;
	width: 130px;
	vertical-align: top;
	text-align:right;
}
.textfield {
	font-size: 12px;
	width: 400px;
}
.textarea {
	font-size: 12px;
	width: 400px;
	height: 100px;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
text-align: center;
	padding-top: 10px;
padding-bottom: 0px;
	color: #666666;
	width: 400px;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 400px;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}