body {
	background-color:#FFF;
	color:#252525;
	font-family:Verdana, Geneva, sans-serif;
	font-size:100%;
}
h1{
	font-family:Verdana, Geneva, sans-serif;
	color:#039;
	font-size:150%;
}
p{
	font-size:85%;
	margin:0 0 5px 25px;
}
form{
	width:500px
	margin:15px auto 10px 20px;
}
label{
	display:block;
	font-weight:bold;
}
textarea{
	width:375px;
	height:150px;
}
.textInput{
	width:250px;
}
.warning {
	font-weight:bold;
	color:#F00;
}
/* CSS Document */
