@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;
}
.fileInput {
	
}
.clearIt {
	clear:both;
}
select {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0px;
}
#1leftForm {
	float: left;
	width: 360px;
}
#1rightForm {
	margin-left: 380px;
	padding-right: 40px;
}
fieldset {
	border: 1px ridge #000000;
	padding-top: 0.8em;
	padding-right: 0.8em;
	padding-bottom: 0.8em;
	padding-left: 150px;
