/* CSS Document */

html {
	height:100%;
}

body {
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
	color:#333333;
	height:100%;
	background-color:#F2F2F2;
	padding:20px;
}

h1 {
	font-size:18px;
	line-height:120%;
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

label {
	width:100%;
	font-weight:bold;
}

.formField {
	width:60%;
	clear:both;
	border:#333333 1px solid;
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
