.form {
	padding:2px;
	text-align:left;
	font-size:11px;
	font-weight:normal;
	color:#787777;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	border:1px solid #bebebe;
	background-color:#ebeaea;
	width:250px;
	margin:2px 0px 0px 3px;
}

.form1 {
	padding:2px;
	text-align:left;
	font-size:11px;
	font-weight:normal;
	color:#787777;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	border:1px solid #bebebe;
	background-color:#ebeaea;
	width:250px;
	height:200px;
	margin:2px 0px 0px 3px;
}

#form_con {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#434d5f;
	width:500px;
	background-color:#FFFFFF;
	text-align:left;
	margin:0px auto;
	padding-top:15px;
}

#form_top {
	width:500px;
	height:30px;
	background-image:url(../images/form_top.gif);
	background-repeat:no-repeat;
}
#form_bottom {
	width:500px;
	height:30px;
	background-image:url(../images/form_bottom.gif);
	background-repeat:no-repeat;
}
.form_left {
	width:110px;
	float:left;
	padding:10px 10px 0px 20px;
	text-align:right;
	margin-top:5px;
	color:#b70000;
}
.form_right {
	width:340px;
	float:right;
	padding:10px 20px 0px 0px;
	text-align:left;
}
#form_submit {
	padding:15px 20px 15px 20px;
	text-align:right;
}
#form_req {
	padding:15px 20px 0px 20px;
	text-align:right;
}
.required_field {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#660000;
}
.normal_field {
	font-family:Arial;
	font-size:12px;
	color:#000000;
}
.error_strings {
	font-family:Verdana;
	font-size:10px;
	color:#565656;
}
.element_label {
	font-family:Arial;
	font-size:12px;
	color:#000000;
}
.form_heading {
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	color:#000066;
}
.form_subheading {
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#000066;
}
.form_txtblock {
	font-family:Arial;
	font-size:12px;
	color:#000000;
}
.form_helptip {
	font-family:Arial;
	font-size:12px;
	color:#000000;
}
.blank_seperator {
}
