.contact_text
{
	margin: 0;
	padding: 0;
	border: 0;
}

.contact_text input, .contact_text textarea
{
	font-family: Arial;
	font-size: 11px;
	color: #6d6d6d;
	border: 0;
	display: block;
	background: transparent;
}

.contact_text .floatStop
{
	clear: both;
}

.contact_text .formField
{
	height: 100%;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-top: 2px;
	background: #FFFFFF;
}

.contact_text #cityField
{
	height: 100%;
	width: 270px;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-top: 2px;
	background: #FFFFFF;
	float: left;
}

.contact_text #postField
{
	height: 100%;
	width: 168px;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-left: 2px;
	margin-top: 2px;
	background: #FFFFFF;
	float: left;
}

.contact_text .formField .help
{
	text-align: center;
	width: 292px;
	float: left;
	padding-left: 126px;
	display: none;
	overflow: hidden;
	height: 0px;
/*	height: 17px; */
}

.contact_text #cityField .help
{
	text-align: center;
	width: 141px;
	float: left;
	padding-left: 126px;
	display: none;
	overflow: hidden;
/*	height: 17px; */
}

.contact_text #postField .help
{
	text-align: center;
	width: 168px;
	float: left;
	padding-left: 0px;
	display: none;
	overflow: hidden;
/*	height: 17px; */
}

.contact_text .formField .text
{
	text-align: right;
	width: 126px;
	height: 17px;
	float: left;
}

.contact_text .formField .padding
{
	width: 3px;
	float: left;
}

.contact_text .formField .longTextField
{
	background: url('/img/form_input.png') no-repeat;
	width: 289px;
	height: 17px;
	float: left;
	text-align: center;
}

.contact_text .formField .longTextField input
{
	width: 282px;
	height: 13px;
	margin-left: 3px;
}

.contact_text .formField .longTextarea
{
	background: url('/img/form_textarea.png') no-repeat;
	width: 289px;
	height: 291px;
	border: 0;
	float: left;
}

.contact_text .formField textarea
{
	width: 286px;
	height: 289px;
	margin-left: 1px;
	float: left;
	  overflow: auto;
	background: transparent;
}

.contact_text .formField .cityTextField
{
	float: left;
	background: url('/img/form_city.png') no-repeat;
	width: 138px;
	height: 17px;
}

.contact_text #cityField #f4
{
	width: 130px;
	height: 13px;
	margin-left: 2px;
}



.contact_text #postField .text
{
	float: left;
	text-align: right;
	width: 66px;
}

.contact_text #postField .zipCodeTextField
{
	float: left;
	background: url('/img/form_zipcode.png') no-repeat;
	width: 77px;
	height: 17px;
}


.contact_text #postField #f5
{
	width: 70px;
	height: 13px;
	margin-left: 2px;
}


.contact_text #formOkButton
{
	float: left;
	width: 213px;
}

.contact_text #formOkButton input, .contact_text #formOkButton a
{
	background: #E40000;
	width: 77px;
	height: 17px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	float:right;
	text-decoration: none;
}

#formError
{
	font-size: small;
	margin-right: 0;
	margin-left: 0;
	width: 288px;
	margin-left: 129px;
}

.reqText
{
	float: left;
	padding-left: 129px;
}

.emails
{
	padding-top: 4px;
	padding-bottom: 4px;
}

.emails img
{
	float: left;
	border: 1px solid #d7d7d7;
	margin-top: 9px;
	margin-bottom: 3px;
	margin-right: 11px;
	background: blue;
}
