﻿

div.formtop {
	width: 722px;
	float: left;
	clear: both;
	background: url(../images/form_top.gif) no-repeat left top;
	height: 8px;
	overflow: hidden;
}

div.formmid {
	width: 722px;
	float: left;
	clear: both;
	background: url(../images/form_mid.gif) repeat-y left top;
}
	
div.formbottom {
	width: 722px;
	float: left;
	clear: both;
	background: url(../images/form_bottom.gif) no-repeat left top;
	height: 8px;
	overflow: hidden;
}

div.genform
{
	width: 706px;
	padding: 0 8px;
}

div.genform div {
	padding-top: 4px;
	margin: 0;
	clear: both;
	float: left;
	width: 100%;
}

div.genform div.container {
	padding: 0;
	margin: 0;
	clear: inherit;
	float: none;
	width: auto;
}

div.genform label, div.genform input, div.genform select, div.genform textarea
{
	display: block;
	float: left;
	border: solid 1px #105e9c;
}

div.genform label
{
	width: 290px;
	font-size: 100%;
	background-color: #f2f8fc;
	min-height: 16px;
	padding: 2px 4px;
	border-right: 0;
	position: relative;
	left: 1px;
}

div.genform input, div.genform select, div.genform textarea
{
	width: 396px;
	font-size: 100%;
	padding: 2px 4px;
	min-height: 16px;
}

div.genform select {
	width: 429px;
}

div.genform textarea
{
	margin: 0px;
}

div.genform label.error 
{
	color: Red;
	border-color: Red;
	font-weight: bold;
}

div.genform input.required, div.genform select.required, div.genform textarea.required
{
	background: white url(../images/formrequired.gif) no-repeat right top;
}

div.genform input.error, div.genform select.error, div.genform textarea.error
{
	border-color: Red;
}

#errorDiv 
{
	display: none;
	padding: 2px 0;
	text-align: center;
	background-color: #f2f8fc;
	border: solid 1px #ff0000;
	width: 704px;
}

div.highlight 
{
	background-color: Yellow!important;
	border: solid 1px red!important;
}

div.genform div.submit input 
{
	cursor: pointer;
	font-weight: bold;
	color: White;
	background-color: #105e9c;
	margin-left: 300px;
	width: 404px;
}

div.genform hr {
	clear: both;
	margin: 0 0 2px 0!important;
	border: none;
	padding-top: 6px;
	height: 1px;
	border-bottom: solid 1px #90b6d4;
 	width: 704px;
}

