
/*input.required, textarea.required {
	border: 1px solid #00A8E6;
} */
input.valinput {
	width: 154px;
	background-color: #faf8f3;
	height: 16px;
	border: 0;
	margin-bottom: 2px;
}
input.valinput3 {
	width: 20px;
	margin-bottom: 18px;
}

input.valinput_date {
	width: 134px;
	background-color: #faf8f3;
	height: 16px;
	border: 0;
	margin-bottom: 2px;
}

select.valselect {
	width: 154px;
	background: #faf8f3;
	height: 16px;
	border: 0;
	margin-bottom: 2px;
}

textarea.valtextarea {
	width: 460px;
	height: 100px;
	background-color: #faf8f3;
	border: 0;
	margin-bottom: 2px;
}

.validation-advice {
	margin: 2px 0 0 0;
	padding: 5px;
	/*background-color: #f00;*/
	color: #000;
	border: 1px solid #f00;
	float:left;
	width: 90%;
}

label {
	font-weight: bold;
}

.form-left {
	width: 305px;
	float: left;
	margin-right: 0px;
}

.form-right {
	width: 310px;
	float: left;
	clear: right;
}

.form-cell-first {
	padding: 5px 5px 5px 0;
}

.form-cell {
	padding: 5px 5px 5px 0;
	clear: left;
}

.form-cell-label {
	float: left;
	width: 100px;
}
.form-cell-label-left {
	float: left;
	width: 100px;
}
.form-cell-label-right {
	float: left;
	width: 80px;
}

.form-cell-check {
	float: left;
	width: 250px;
}
.button {
	background-color: #faf8f3;
	height: 2em;
	padding: 3px;
	border: 2px solid #faf8f3;
	}
.button:hover {
	border: 2px solid #083909;
	}
	
	

.formulartext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
