#content #form1 #textfield {
	width: 150px;
}
.textField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	background-color: #CCCCCC;
	width: 50px;
	height: 20px;
}
.fieldLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #666666;
	padding: 5px;
	float: left;
	width: 150px;
	text-align: right;
}
.formFieldHolder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #666666;
	padding: 5px;
	float: left;
	clear: right;
	width: 300px;
}
.clearAll {
	clear: both;
	margin-bottom: 2px;
	width: 500px;
	position: relative;
	background-color: #EEEEEE;
}
