fieldset {
	border:none;
}
form div {
}
label {
	clear:left;
	float:left;
	width:110px;
	margin-bottom:10px;
	vertical-align:top;
}
input {
	width:250px;
	float:left;
	margin-bottom:10px;
}
input[type=submit] {
	margin:10px 0px 0px 110px;
}
.error-message {
	clear:both;
	margin:10px 10px 10px 110px;
	color:#D4363C;
	font-weight:bold;
}
.form-error {
	border:1px solid #D4363C;;
}
.required {
	width:375px;
	min-height:28px;
	background: url('../img/icons/required.png') no-repeat top right;
	font-weight: bold;
}