

 #wrapper #main .pageDiv img
{
 	float: right;
 	width: 300px;
}
#contactContainer
{
	text-align: left !important;
	padding: 5px 0px 0px 5px;
	max-width: 450px;	
}
#contactContainer h1
{		
	width: 325px;
	
	text-align: left;
	margin: 10px 0px 15px 5px;
	
	font-size: 16px;
	color: #3F6F00 !important;
	
	border-style: solid;
	border-color: #3F6F00;
	border-width: 0px 0px 1px 0px !important;
}
#contactForm
{
	float: left;
	margin: 0;
	padding: 0;
	max-width: 450px;	
}
#contactForm fieldset
{	
	margin: 0;
	border: 0;
	
	padding: 5px 0 5px 0;
}
#contactForm label, #contactForm span
{
	float: left;
	clear: left;
	
	width: 175px;
}
#contactForm span
{
	position: relative;
	top: 97px;
}
#contactForm input, #contactForm textarea
{
	float: left;	
	
	margin: 5px;
	padding: 2px;
	
	width: 250px;
	
	border: solid 1px #000000;	
	
	font-size: 12px;
	
	background-image: url(images/inputBg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#contactForm textarea
{
	width: 250px;
}
#contactSubmit
{
	float: left;
	clear: left;
	
	position: relative;	
	
	left: 175px;
	
	margin: 20px 0px 0px 0px;
}

#contactForm input.button
{
	width: 75px;
	height: 23px;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	border: none;	
	font-size: 14px;	
}

#contactForm input.buttonOver
{
	width: 75px;
	height: 23px;
	background-image: url(images/buttonOn.png);
	background-repeat: no-repeat;
	border: none;	
	font-size: 14px;			
}

#captchaContainer
{
	float: left;
	width: 258px;
	padding-left: 175px;
}

#wrapper #main #contactForm #captcha_code
{
	width: 175px;
}

#wrapper #main #contactForm img
{
	padding: 0px;
	margin: 5px;
	float: left;
}

#errorBlock, .panelBlockContainer, .blockContent, .blockContentRight
{
	width: 300px;
	float: right;

}

.blockContentRight
{

	border: solid 2px #666252;
	padding: 5px;
}

.contactImgDiv
{
	float: right;
	max-width: 300px;
	padding-left: 40px;
}
#wrapper #main .contactImgDiv img
{
	margin: 5px 0px 5px 0px;
}


