table.form{
	font-size: 12px;
}

table.form input, table.form SELECT {
	height: 20px;
	font-size: 10px;
	background-color: #f0f0e0;
	width: 200px;
	border: 1px #2BAEDF solid;
	height: 16px;
	
}

table.form TEXTAREA {
	border: 1px #2BAEDF solid;
	font-size: 10px;
}

table.form tr th{
	color: black;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
}

table.form span.error{
	color: red;
	font-size: 11px;
}

table.form tr td{
	padding-left: 10px;
	padding-right: 10px;
}


