html {
	font-size:62.5%;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	line-height:1.5em;
	color:#054063
}

table {	
	border-collapse:collapse;
	clear:both;
}


form label, input, textarea {
	display:block;
	width:15em;
	float:left;
	margin-bottom:1em;
}

form input.check {
	width:auto;
}

form label {
	text-align:right;
	width:12em;
	padding-right:2em;
}

form textarea {
	height:5em;
	width:30em;
}

form br {
	clear:both;
}