@charset "utf-8";
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	margin-left: 20px;
	}
p {
	font-size:85%;
	margin:0 0 5px 25px;
	max-width: 450px;
	}
form {
	width:450px;
	margin:20px 50px 10px 40px;
	background-color: #FFF;
	padding: 0 0 0 40px;
	border-left: 0px solid #000;
	}
label {
	display:block;
	font-weight:lighter;
	font-size: 10px;
	}
textarea {
	width:350px;
	height:50px;
	}
.textInput {
	width:250px;
	}
/* Rules added when inserting checkboxes */
.chkRad {
	float: left;
	margin-bottom: 8px;
	margin-left: 30px;
}
.chkRad label {
	display:inline;
	}
.clearIt {
	clear:both;
	width: 250px;
	}
select {
	margin:5px 0 8px 30px;
	}
/* Add this style for warning messages */
.warning {
	font-weight:lighter;
	color:#FF0000;
	font-size: 9px;
	}

