@charset "utf-8";
form {
	width:530px;
	margin:15px auto 10px 20px;
}
label {
	display:block;
	font-weight:bold;
	font-size: 1.2em;
	font-style: normal;
	color: #828281;
}
textarea {
	width:400px;
	height:150px;
}
#form1 p {
	text-align: left;
	font-size: 1em;
	font-style: italic;
	color: #F00;
	font-family: "Times New Roman", Times, serif;
}
#wrapper #mainContent #form1 p #name:focus {
	background-color: #CCC;
	border: 1px solid #000;
}
#wrapper #mainContent #form1 p #email:focus {
	background-color: #CCC;
	border: 1px solid #000;
}
#wrapper #mainContent #form1 p #comments:focus {
	background-color: #CCC;
	border: 1px solid #000;
}

.textInput {
	width:250px;
}

.chkRad {
	float: left;
	margin-bottom: 15px;
	margin-left: 50px;
}
.clearIt {
	clear: both;
}
.contactUsText {
	text-align: center;
	color: #828281;
}

