.inputlabel {
	display: block;
	float:left;
	width: 70px;
	margin-top: 2px;
}

.inputlabelerror {
	display: block;
	float:left;
	width: 70px;
	margin-top: 2px;
	color: #D63650;
}

.selectlabel {
	display: block;
	float:left;
	width: 200px;
	margin-top: 2px;
}

.selectlabelerror {
	display: block;
	float:left;
	width: 200px;
	margin-top: 2px;
	color: #D63650;
}

.formerror {
	color: #D63650;
}

.checklabel {
	position: relative;
	top: -3px;
	left: 5px;
}

.inputline2 {
	display: block;
	position: relative;
	margin-left: 60px;
	top: 2px;
}

.inputbox {
	border: 1px solid #788255;
	background-color: #F8FBED;
	color: #788255;
}

.inputerror {
	border: 1px solid #D63650;
	background-color: #F8FBED;
	color: #788255;
}

.formrow {
	padding-bottom: 10px;
}