/* CSS Document */

.Row {
	width:400px;
	height:45px;
	clear:both;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}
.title {
	width:100px;
	float:left;
	height: 30px;
}
.field { width:300px; float:left; }
div#top_left_box { font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#545454; padding:0px 10px 10px 20px; width:400px; }
input, select { font-size:16px; font-weight:bold; }
.top { padding-top:0px; }

