/*
Purple:
#99247c
153/36/124

Light Purple:
#ae579e
174/87/158

Blue:
#009fd9
0/159/217

Light Blue:
#dfeef3
223/238/243

Dark Grey:
#252525
37/37/37

Medium Grey:
#4f4f4f
79/79/79

Light Grey:
#e9e9e9
233/233/233
*/
body{
	background-color: #e9e9e9;
	font-family:Verdana, Hevetica, Arial, Sans-serifl;
	font-size: 16px;
}
label{
	text-align: right;
	display: block;
	float:left;
	width: 200px;
	padding-right: 10px;
} 
input{
	width: 200px;
}
#submit{width:420px;}
#headerLogo{
	float:left; 
	clear:both;
}
h1{font-size: 20px;}