table.unitopForm {
	width: 470px;
	margin: 10px 0 20px 0;
}
table.unitopForm td {
	padding: 4px;
	text-align: left;
	vertical-align: top;
}
table.unitopForm td .label {
	margin: 4px 0 4px 0;
}
table.unitopForm td .sublabel {
	margin: 0 4px 0 4px;
}
table.unitopForm td input.radio, table.unitopForm td input.checkbox {
	vertical-align: bottom; 
} 
table.unitopForm td img {
	vertical-align: bottom; 
}			

div#unitop {
	width: 80%;
	border: 1px solid #002b6d;
	background-color: #dee3ec;
	margin: 20px 0 25px 0;
	padding: 10px 20px 10px 20px;
	font-weight: bold;
}

div#unitop input.text {
	border: 1px solid #002b6d;
	background-color: #fff;
}

div#unitop input#searchbutton {
	border: 1px solid #002b6d;
	background-color: #8ea1be;
	font-weight: bold;
	color: #FFFFFF;
}