﻿#contact_us .map
{
    position: absolute;
    right: 15px;
    top: 0;
	width: 130px;
	height: 67px;
}
#contact_us .email_address
{
   	padding-left: 107px;
	height: 18px;
}
#contact_us .email_address strong
{
	font-weight: normal;
	float: left;
}
#contact_us .email_address img
{
	float:left;
	margin-top: 1px;
	padding-left: 16px;
}
#contact_form p
{
	clear:both;
	display:inline-block;
	margin:0 0 10px;
	padding:0;
	width:100%;	
}
#contact_form p.no_space
{
	margin:0;
	padding:0;
	width:100%;	
}
#contact_form p label
{
	display:block;
	float:left;
	margin-right:10px;
	text-align:right;
	width:150px;
}
#contact_form p input
{
	border:1px solid #99CC33;
	color:#666666;
	font-size:12px;
	letter-spacing:1px;
	padding:3px;
	width:197px;
}
#contact_form p textarea 
{
	border:1px solid #99CC33;
	color:#666666;
	font-size:12px;
	height:138px;
	letter-spacing:1px;
	padding:3px;
	width:477px;
}
#contact_form input.btn_submit  
{
	background:transparent url(../img/submit_button.png) no-repeat scroll 0 0;
	border:0 none;
	height:24px;
	margin:5px 0 10px 160px;
	width:73px;
}
