@charset "utf-8";
label {
	display:block;
	font-weight:bold;
	}
textarea {
	width:450px;
	height:150px;
	}
.textInput {
	width:250px;
	}
/* 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;
	}
.oneColFixCtrHdr #container #form fieldset {
	padding: 10px;
}
.oneColFixCtrHdr #container .warning {
	color: #FF0000;
}
