@charset "utf-8";
/* CSS Document */

form {
	width:575px;
	margin-top:15px;
}
input:focus, textarea:focus {
	background-color:#dae3ed;
}
div.form_row {
	clear: both;
	margin: 0;
	padding: 6px 0 0 0;
}
div.form_row span.form_label {
	float: left;
	width: 190px;
	text-align: right;
}
div.form_row span.form_element {
	float: left;
	width: 360px;
	text-align: left;
	font-size: 14px;
	padding-left: 6px;
}
span.form_element input,textarea {
	font-size: 12px;
	padding: 1px 2px;
	border: #000 solid 1px;
}
input#submit {
	width:100px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 6px 0 0 360px;
	background:#dae3ed;
}
.required {
	color:red;
}
.error_field {
	background: #ffcfcf;
}
