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

form {
	width:750px;
	margin:15px auto 10px 40px;
	}
label {
	display:block;
	margin-top: 5px;
	}
textarea {
	width:700px;
	height:150px;
	}
legend {
	color:#ffffff;
	}
.textInput {
	width:500px;
	}
/* Rules added when inserting checkboxes */
.chkRad {
	float: left;
	margin-left: 20px;
}
.chkRad label {
	display:inline;
	}
.clearIt {
	clear:both;
	}
select {
	margin:5px 0 8px 30px;
	}
/* Add this style for warning messages */
.warning {
	font-weight:bold;
	color:#FF0000;
	}
