form {
	float:left;
	clear:both;
	width:300px;
	padding:10px;
	background-color:#e0f0bc;
	margin-left:294px;
}
form fieldset {
	float:left;
	width:100%;
}
form label {
	font-size:8.25pt;
	width:100%;
	float:left;
}
form input {
	width:100%;
	float:left;
	margin-bottom:5px;
}
form textarea {
	width:100%;
	float:left;
	margin-bottom:5px;
}
form select {
	width:100%;
	float:left;
	margin-bottom:5px;
}
form button {
	width:auto;
	float:left;
}

form label em {
	color:#c33;
	font-style:normal;
	font-size:8.25pt;
}
