@charset "utf-8";
form {
	width:490px;
	margin:15px 5px 10px 0px;
}
label {
display:block;
font-weight:bold;
}
textarea {
width:400px;
height:150px;
}
.textInput {
width:250px;
}.chkRad {
	float: left;
	margin-bottom: 8px;
	margin-left: 30px;
}

.chkRad label {
display:inline;
}
.clearIt {
clear:both;
}
select {
margin:5px 0 8px 30px;
}.warning {
	font-weight: bold;
	color: #ff0000;
}
