@charset "utf-8";
/* CSS Document */
Body {
	background-color:#FFF;
	color:#252525;
	font-family:Verdana, Geneva, sans-serif;
}
h1 {
	font-family:Verdana, Geneva, sans-serif;
}
form p {
	font-size:75%;
	max-width:650px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 25px;
}
form{
	width:300px;
	margin:15px auto 50px 0px;
	background-color: #CCC;
}
label {
	display:block;
}
textarea {
	width: 250px;
	height:150px;
}
.textInput {
	width: 250px;
}
