#contact_page {
	width: 850px;
	height: auto;
	font-size:16px;
	font-family:Calibri;
	}

/*contact_detail*/
#contact_detail {
	width: auto;
	height: auto;
	float: left;
	margin: 10px;
}
#contact_detail td {
	color: #555;
	padding:2px 5px;
	width: auto;
	height: auto;
}
#contact_detail img {
	width:40px;
	height:40px;
	background: url(../images/nav_r.jpg)  repeat;
	border-radius:20px;
	
}
#contact_detail .title{
	font-size: 18px;
	color: #4c7b36;
}
#map {
	width: auto;
	height: auto;
	float: left;
	margin: 10px 0;
	}
	
	
/*contact form*/
#contact_form {
	width:auto;
	height:auto;
	float:left;
	margin:10px;
	padding: 0;
}
#contact_form table {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	padding: 10px;
}
#contact_form td {
	line-height:20px;
	padding: 0 5px;
	width: auto;
	height: auto;
}
#contact_form input[type="text"], #contact_form input[type="email"], #contact_form textarea, #contact_form select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:6px 3px;
	display:block;
	margin-bottom:5px;
	background-color:#FFF;
	color:#777;
	border:1px solid #e7e7e7;
}
#contact_form input[type="text"], #contact_form input[type="email"], #contact_form textarea {
	width:220px;
	text-transform:none;
}
#contact_form select {
	width:227px;
	text-transform:capitalize;
}
#contact_form td input#btn {
	font-family: Calibri;
	display:block;
	float:left;
	width:100px;
	height:30px;
	margin:0px;
	border:none;
	cursor:pointer;
	background: url(../images/nav_r.jpg) center repeat;
	text-transform: uppercase;
	color: #FFF;
	font-size: 16px;
}
#contact_form td input#btn:hover {
	background: #2F6C34;
}
/* contact form end */

	
/* Form styling */
#form {
	width: auto;
	height: auto;
	float: left;
	margin: 10px;
	padding: 0;
}
#form label {
	display: block;
	padding: 5px 8px;
	position: absolute;
	top: 0;
	z-index: 1;
}
#form input[type="text"], #form textarea {
	/*display: block;*/
	background:none;
	font: inherit;
	padding: 5px 8px;
	position: relative;
	z-index: 10;
	overflow: auto; /* removes scrollbar from textarea in IE - trick from HTML5 boilerplate*/
}
#form label, #form input[type="text"], #singleParagraphInputs div {
	/* these two values must be the same */
	line-height: 18px;
	height: 18px;
}
#singleParagraphInputs div, #commentTxt, #recaptcha_widget_div {
	margin-bottom: 1.5em;
}
#form input, #form textarea, #recaptcha_table {
	border: 1px solid #ccc;
}
.formError {
	border: 1px solid red;
}
#contactForm, #recaptcha_table {
	width: 300px;
	margin: 0 auto;
	margin-top: 0;
}
#singleParagraphInputs div, #commentTxt {
	position: relative;
}
#singleParagraphInputs input {
	width: 284px; /* 16px less than form width */
}
#commentTxt textarea {
	min-height: 9em;
	min-width: 284px; /* 16px less than form width *//* if you aim ie7 users specify font to use in textarea since it won't inherit it*//*
	font: 14px/1.5em sans-seif;
	*/
}
#screenReader, #checking {
	float: left;
	display: none;
}
#recaptcha_response_field {
	width: 286px !important; /* just a stylistic detail to make the input field equal width as the box with words to copy */
}
#form input[type="submit"] {
/* some styles for the button */
    font-family: Calibri;
	display: block;
	float: left;
	width: 100px;
	height: 30px;
	margin: 0px;
	border: none;
	cursor: pointer;
	background-color: #666;
	text-transform: uppercase;
	color: #FFF;
	font-size: 16px;
}
#form input[type="submit"]:hover{
	background-color:#000;}
