@charset "utf-8";
/* CSS Document */

form {
	margin:0;
	width:540px;
	}

textarea {
	width:500px;
	}
	
legend {
	color:#ffffff;
	font-weight:bold;
	}

.submit { margin:5px 0 8px 0px; 
	}


/* Rules added when inserting checkboxes */
.chkRad {
	float: left;
}
.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;
	}
	
p {margin-bottom:15px; margin-top:15px;}
