div.form{
	width: 560px;
	margin: 0 10px 0 15px;
	padding: 0;
	float: left;
	display: inline;
	font-family: Tahoma, Verdana, Arial;
}
div.formGroup, div.formGroupWithMenu{
	width: 560px;
	display: inline;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	background: #f6f7f8 url('images/form_groupBg.gif') 0 0 repeat-y;
}
.formGroup h1{
	width: 532px;
	height: 37px;
	display: inline;
	float: left;
	margin: 0 0 10px 0;
	padding: 8px 0 0 28px;
	background: #f6f7f8 url('images/form_groupHeader.gif') 0 0 no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #f7fafc;
}
.formGroupMenu{
	width: 500px;
	height: 40px;
	float: left;
	display: inline;
	margin: 0;
	padding: 0 0 0 60px;
	background-image: url('images/form_groupWithMenuHeader.gif');
	background-repeat: no-repeat;
	font-size:11px;
	font-weight: bold;
	text-align:center;
}
.formGroupMenu a{
	display: inline;
	float: left;
	color: #f7fafc;
	text-decoration: none;
	margin: 7px 0 0 0;
}
.formGroupWithMenu h1{
	width: 520px;
	height: 23px;
	margin: 0 10px 10px 10px;
	padding: 7px 0 0 26px;
	display: inline;
	float: left;
	background-image:url(images/form_groupWithMenuH1.gif);
	background-repeat: no-repeat;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color: #1c424e;
}
.formGroupMenu a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.formGroupMenu div.formMenuSpacer{
	width:2px;
	height:28px;
	margin: 0 15px 0 15px;
	float: left;
	display: inline;
	background-image:url('images/form_headerMenuSpacer.gif');
}
.formGroup div.formGroupFooter, .formGroupWithMenu div.formGroupFooter{
	width: 560px;
	height: 15px;
	font-size: 1px;
	display: inline;
	float: left;
	background: #000000 url('images/form_groupFooter.gif') 0 0 no-repeat;
}
.formGroup h2{
	width: 121px;
	height: 23px;
	padding: 8px 10px 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #263a41;
	text-align: right;
	float: left;
	display: inline;
	clear: both;
	margin: 10px 0 10px 10px;
	background-image: url('images/formSubHeader.gif');
}
.form div.entry{
	width: 520px;
	display: inline;
	float: left;
	margin: 0 10px 10px 10px;
}

div.formHalf{
	float: left;
	display: inline;
}

.form .formHalf div.entry{
	width: 260px;
	display: inline;
	float: left;
	clear: both;
	margin: 0 10px 10px 10px;
}

.formHalf div.formSubmit{
	width: 260px;
}

.form div.multiline{
	width: 520px;
	display: inline;
	float: left;
	margin: 0 10px 10px 10px;
}

.form div.label{
	width: 150px;
	float: left;
	display: inline;
	margin: 4px 10px 0 0;
	text-align: right;
	font-size: 11px;
}

.form .formHalf div.label{
	width: 250px;
	text-align: left;
	margin: 0 0 0 10px;
}

.form .multiline div.label{
	width: 520px;
	margin: 0 0 5px 0;
	text-align: left;
}

.form .formHalf div.formElement{
	width: 250px;
	margin: 0 0 5px 10px;
}

.form .multiline div.formElement{
	width: 520px;
	margin: 0 0 5px 0;
}
.form .multiline .formElement input, .form .multiline .formElement textarea{
	width: 520px;
	margin: 0;
}

.form div.login div.label{
	width: 200px;
	float: left;
	display: inline;
	margin: 4px 10px 0 0;
	text-align: right;
	font-size: 11px;
}
.form  div.formElement{
	width: 330px;
	float: left;
	display: inline;
	margin: 0;
	padding: 0px 0 0 0;
	font-size: 11px;
	color: #2f3639;
	text-align: left;
}
.form div.login div.formElement{
	width: 280px;
	float: left;
	display: inline;
	margin: 0;
	padding: 0px 0 0 0;
	font-size: 11px;
	color: #2f3639;
	text-align: left;
}
.form div.login div.formElement input{
	width: 140px;
}

.form .formElement input, .form .formElement textarea{
	width: 329px;
	padding: 1px;
	margin: 0;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #2f3639;
}

.form .formElement input.half{
	width: 250px;
}

.form .formElement input.submitHalf{
	width: 80px;
	font-weight: bold;
	margin: 0;
}

.form .formElement textarea.half{
	width: 250px;
	height: 220px;
}

.form .formElement textarea.huge{
	height: 400px;
}
.form .formElement textarea{
	height: 130px;
}

div.formSubmit{
	width: 560px;
	float: left;
	display: inline;
}

.form .formHalf div.formSubmit{
	width: 160px;
	float: left;
	display: inline;
	clear: both;
}

.formHalf .formSubmit .formElement input{
	margin: 0 0 0 115px;
}

.formSubmit .entry .formElement input{
	width: 150px;
	padding: 2px;
	font-weight: bold;
}
.formSubmit .entry .label{
	width: 10px;
	padding: 0px;
	font-weight: normal;
	float: left;
	display: inline;
	margin: 0;
}
.formSubmit .entry .formElement{
	width: 550px;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	text-align: center;
}
span.formError{	
	font-size: 10px;
	color: #e80c0c;
}
.formGroupWithMenu p{
	width: 560px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	float: left;
	display: inline;
	padding: 0;
	margin: 80px 0 80px 0;
}
.form div.links{
	width: 560px;
	float: left;
	display: inline;
	font-size: 11px;
	text-align: center;
	margin: 15px 0 15px 0;
	line-height: 20px;
}
.form div.message{
	width: 520px;
	float: left;
	display: inline;
	font-size: 12px;
	text-align: center;
	padding: 0 20px 0 20px;
	margin: 15px 0 15px 0;
}

.form .links a, .formGroup p a{
	color: #263a41;
	text-decoration: underline;
	font-weight: bold;
}
.form .links a:hover, .formGroup p a:hover{	
	color: #10181b;
	text-decoration: underline;
}
.formGroup p{
	width: 560px;
	float: left;
	display: inline;
	font-size: 12px;
	margin: 80px 0 80px 0;
}

div#contact{
	width: 240px;
	margin: 0 0 0 20px;
	padding: 0;
	float: left;
	display: inline;
	text-align: left;
}
#contact p{
	width: 240px;
	font-size: 11px;
	line-height: 18px;
	margin: 0px 0 8px 4px;
}
#contact h3{
	font-size: 12px;
	font-weight: bold;
	color: #3ea0bd;
	margin: 0px 0 0px 4px;
	clear: both;
}
