span, td, input, a {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

.form_row {
	clear: both;
}

.form_label {
	font-weight: bold;
	display: block;
	width: 100px;
	float: left;
	margin-top: 2px;
}

.form_text {
	border: 1px solid #CCCCCC;
	color: #FD7700;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin-bottom: 8px;
	display: block;
	width: 225px;
	float: left;
}

.form_submit {
}

