.form {
}
.form .fieldContainer {
	padding: 3px;
}

.form .formLabel {
	padding: 0 5px 7px 0;
	text-align: left;

	float: left;
	clear: both;
}

.form .formFreeform .formEntry {
	float: left;
	clear: left;
}

.form .formText .formEntry input {
	border:1px solid #cccccc;
	height:17px;
	padding-top:2px;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
.form .formFreeform .formEntry textarea {
	overflow:hidden;
	border:1px solid #cccccc;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:16px;
}

/* Individual Field Stylings */
.fld10 {
	border:1px solid #cccccc;
	background-color:#eeeeee;
	width: 290px;
	height: 77px;
	padding: 10px;
}

.form .formSubmit {
	width: 100%;
}
.form .formSubmit input {
	color:#000000;
	float: right;
}

