div.form_row {
	width: 100%;
	height: 30px;
	clear: both;
}

div.form_title {
	position: relative;
	text-align: right;
	float: left;
	width: 150px;
	margin-right: 10px;
}

div.form {
	position: relative;
	float: left;
	width: 300px;
}

input.field {
	width: 300px;
}

span.alert {
	color: #CC0000;
}

.error {
	background-color: #FFE4E1;
}

option {
	font-family: sans-serif;
	font-size: 12px;
	width: 250px;
}