@charset "utf-8";
/* CSS Document */

form {
	width:600px;
	margin:15px auto 10px 10px;
	font-size:85%;
	}

form p {
	margin:8px;
	}


label {
	display:block;
	font-weight:bold;
	}
textarea {
	width:550px;
	}
	
.textInput {
	width:400px;
}
	
/* Rules added when inserting checkboxes */
.chkRad {
	float: left;
	margin-bottom: 8px;
	margin-left: 30px;
}
.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;
	}
