#contact_page {
	width: auto;
	height: auto;
	}

/*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;
	border-radius: 20px;
	background-color: #BE9B4E;	
}
#contact_detail .title{
	font-size: 22px;
	color: #BE9B4E;
	font-family: Bobbleboddy_light;
	padding-left: 10px;
}
#map {
	width: auto;
	height: auto;
	float: left;
	margin: 10px;
	}
	
/* 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;}
