@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
p {
	font-size:100%;
	margin:0 0 5px 0;
	max-width: 650px;
}
form {
	width:412px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 10px;
}
label {
	display:block;
	font-weight:normal;
}
textarea {
	width:380px;
	height:150px;
}
.textInput {
	width:250px;
}
.chkRad {
	float: left;
	margin-bottom: 15px;
	margin-left: 50px;
}
.clearIt {
	clear: both;
}
.warning {
	font-weight: bold;
	color: #F00;
	font-size: 12px;
}.messageSent {
	color: #00F;
	font-weight: bold;
	font-size: 12px;
}
