fieldset {
	margin:7px 0px;
	padding:7px;
/*	border:#090 1px solid; */
}
.required {
	color:#900;
	font:italic 0.9em "Trebuchet MS", Arial, Helvetica, sans-serif;
}
form {
	width:75%;
	margin:5px 11px;
}
form .field {
	margin:5px 7px 0px 5px;
}
label {
	width:270px;
}
input {
	width:217px;
}
input.action {
/*	width:67px; */
}
ul.optionset {
	list-style:none;
	clear:both;
	width:300px;
}
ul.optionset li {
	list-style:none;
	display:block;
}
ul.optionset li input {
	width:27px;
}
p.checkbox {
	margin:3px 0px;
}
p.checkbox label {
	float:left;
	width:260px;
	text-align:right;
	margin:0px 7px;
}
p.checkbox input {
	width:27px;
	text-align:left;
}

#MollomField {
	clear:both;
	position:relative;
	top:11px;
	margin:9px 0px;
	padding:7px 0px;
	border-top:#666 1px dashed;
	border-bottom:#666 1px dashed;
}
