/* General form styles */
form { width:440px; background-color:#EEE; padding-top:1.5em; }
form br { clear:left; }
fieldset { width:440px; border:0; }
label, input, textarea {
	display:block;
	width:240px;
	float:left;
	margin-bottom:10px;
}
label {
	text-align:right;
	width:150px;
	padding-right:10px;
}
textarea {
	width:240px;
}
form p { text-align:center; }
#submit {
	display:inline;
	float:none;
	clear:left;
	width:115px;
}
