#pageContent #col1 {
	float: left;
	padding-right: 40px;
}
#pageContent #col2 {
	float: left;
}
.required {
	color: #558ECF;
}
#pageContent table{
	width: 300px;
}
.formLabels   {
	font-size: 10px;
	color: #999;
	height: 26px;
	line-height: 14px;
	width: 100px;
}
.formLabelNarrow {
	font-size: 10px;
	color: #999;
	line-height: 14px;
	width: 60px;
}
.cellSpacer {
	height: 12px;
}
.field {
	color: #666;
	font-size: 10px;
	width: 200px;
	background-color: #F3F3F3;
}
.fieldWide {
	color: #666;
	font-size: 10px;
	width: 240px;
	background-color: #F3F3F3;
}
input:focus {
	color: #698FAF;
}
#submit {
	margin-right: 10px;
}

