#contact_page {
	float: left;
	width: auto;
	height: auto;
	margin: 0px;
	font-family: candara;
	font-style: normal;
	background: none;
	font-size: 14px;
	color: #fff;
}
#contact_detail {
	width: auto;
	height: auto;
	float: left;
	margin: 0;
}
#contact_detail table td {
	font-family: candara;
	color: #fff;
	font-style: normal;
	padding: 3px 5px;
	width: auto;
	height: auto;
	font-size: 18px;
}
#contact_detail img {
	padding-top: 0;
}
#map {
	width: auto;
	height: auto;
	float: left;
	margin: 0;
	font-family: candara;
	font-size: 14px;
	color: #ccc;
	line-height: 20px;
}
/* Form styling */
#contact_form {
	width: auto;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
}
label {
	display: block;
	padding: 5px 8px;
	position: absolute;
	top: 0;
	z-index: 1;
	color: #ccc;
}
input[type="text"], textarea {
	/*display: block;*/
	background: none;
	font: inherit;
	color: #fff;
	padding: 5px 8px;
	position: relative;
	z-index: 10;
	overflow: auto;
}
label, input[type="text"], #singleParagraphInputs div {
	/* these two values must be the same */
	line-height: 16px;
	height: 16px;
}
#singleParagraphInputs div, #commentTxt, #recaptcha_widget_div {
	margin-bottom: 18px;
}
input, textarea {
	border: 1px solid #888;
}
#recaptcha_table {
	border: none;
}
.formError {
	border: 1px solid red;
}
#contactForm, #recaptcha_table {
	width: 350px;
	margin: 0 auto;
	margin-top: 0;
}
#singleParagraphInputs div, #commentTxt {
	position: relative;
}
#singleParagraphInputs input {
	width: 332px; /* 16px less than form width */
}
#commentTxt textarea {
	min-height: 100px;
	min-width: 332px; /* 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 {
	color: #000;
	width: 332px !important; /* just a stylistic detail to make the input field equal width as the box with words to copy */
}
input[type="submit"] {
	/* some styles for the button */
	font-family: candara;
	display: block;
	float: left;
	width: 100px;
	height: 30px;
	margin: 0px;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	color: #FFF;
	font-size: 16px;
	background-color: #23A901;
}
input[type="submit"]:hover {
	background: #333;
}
