html, body {
	background-color:#cdcdcd;
}

fieldset {
	border:0 none;
}

label {
	display:inline-block;
	width:240px;
	text-align:right;
	line-height:30px;
}

input, select {
	padding:4px;
}

#errormessage {
	color:#ff0000;
	font-weight:bold;
	margin-top:20px;
}