form div.field input{
	font-size : 11px;
	font-weight : lighter;
	width : 200px;
	margin: 10px 0 0 0;
}

form div.field input.checkbox{
	font-size : 11px;
	font-weight : lighter;
	width : 16px;
}

fieldset{
	border : 1px solid #CCCCCC;
	margin-bottom: 10px;
}

form label.left {
	float: left;
	width: 8em;
	font-size : 12px;
	margin-top : 6px;
}