.inputfield, .textareafield {
	width: 290px;
	height: 18px;
	
	font-size:0.80em; line-height:140%;
	font-weight: normal;
	color: #000;

	background:#FFF none repeat scroll 0%;
	border:1px solid #000;
	padding: 1px 5px 0px 5px;
	
	position: absolute;
	left: 120px;
}

.checkbox {
	width: 18px;
	height: 18px;

	color: #000;

	background:#FFF none repeat scroll 0%;
	border:0px solid #000;
	padding: 10px;
	
	position: absolute;
	left: 120px;
}

.label, .checkboxlabel {
	position: absolute;
	left: 0px;
	color: #000;
	
	font-size:0.80em; line-height:140%;
	font-weight: normal;
}

.checkboxlabel {
	position: absolute;
	left: 145px;
	color: #000;
}

.textareafield{
	height: 125px; 
}

.submitbutton {
	position: absolute;
	left: 120px;
	width: 150px;
	color: #000;
	font-size:0.80em; 
	line-height:140%;
	font-weight: normal;
	text-decoration: underline;
	text-align: left;
	background-color:#FFF;
}

.errormessage, .errormessage_textarea { 
	color: #FF4141; 
	position: absolute;
	left: 120px;
	margin: 5px 0 10px 0;
	width: 290px;
	font-size:0.80em; line-height:140%;
	font-weight: normal;
}

.errormessage_textarea {
	margin-top: -11px;
}


.errortext {
	color: #000;
	font-size:0.80em; line-height:140%;
	font-weight: normal;
}

.successtext {
	color: #000;
	font-size:0.80em; line-height:140%;
	font-weight: normal;
}

.required {
	color: #666;
	font-size:0.80em; line-height:140%;
	font-weight: normal;
	position: absolute;
	left: 120px;
}

#spacer {
	width: 400px;
	height: 20px;
	background-color: #FFF;
}

#messageArea {
	width: 400px;
	height: 140px;
}