@charset "utf-8";
/* CSS Document */
form {
	margin-top: 15px;
	margin-bottom: 10px;
	}
label {
	display:block;
	font-weight:bold;
	}
textarea {
	width:400px;
	height:150px;
	}
.textInput {
	width:250px;
	}
.chkRad Label {
	display: inline;
}
.clearIt {
	clear:both;
}
select {
	margin:5px 0 8px 30px;
}
#leftForm {
	float: left;
	width: 360px;
}
#rightForm {
	margin-left: 380px;
	padding-right: 40px;
}
fieldset {
	border: 1px ridge #FFFFFF;
	padding: 0.8em;
