/* Form styling */

label {
    display: block;
    padding: 1px 7px 0;
    position: absolute;
    top: 0;
    z-index: 1;
}

input[type="text"], textarea {
    display: block;
    background: none;
    font: inherit;
    position: relative;
    z-index: 10;
	overflow: auto; /* removes scrollbar from textarea in IE - trick from HTML5 boilerplate*/
	height: 25px;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 5px;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	text-indent:10px;
	color:#666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color:#FFFFFF;
}
input {
    display: block;
    background: none;
    font: inherit;
    position: relative;
    z-index: 10;
	overflow: hidden; /* removes scrollbar from textarea in IE - trick from HTML5 boilerplate*/
	height: 25px;
	width: 101%;
	margin: 3px auto 5px auto;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	text-indent:10px;
	color:#666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color:#FFFFFF;
}
label, input[type="text"], #singleParagraphInputs div{
	/* these two values must be the same */
	line-height: 25px;
	height: 25px;
}

#singleParagraphInputs div, #commentTxt, #recaptcha_widget_div{
	margin-bottom: 0px;
}

input, textarea, #recaptcha_table{
	border: 1px solid rgba(0,0,0,0.2);
}

.formError {
    border: 1px solid red;
}

#contactForm, #recaptcha_table{
	margin: 0 auto;
}

#singleParagraphInputs div, #commentTxt {
    position: relative;
}

#singleParagraphInputs input {
    width: 100%; /* 16px less than form width */
}

#commentTxt textarea {
    min-height: 93px;
	min-width: 100%; /* 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: 99%; !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 */
}
.capt-img{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color:#FFF;
	margin-bottom: 5px;
	overflow:hidden;
	height: 57px;
	width: 100%;
	margin-top: 1px;
}
.reCapt{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 3px;
	background-color: rgba(255,255,255,0.2);
	margin-bottom: 9px;
	overflow: hidden;
	height: 92px;
	width: 99%;
}
.reCapt2{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 3px;
	background-color: rgba(0,0,0,0.1);
	margin-bottom: 9px;
	overflow: hidden;
	height: 92px;
	width: 99%;
	margin-top: 2px;
}
#recaptcha_image img {
    width: 100%;
	left: 0;
	position: relative;
}
.camb-img-cap {
	position: relative;
	float: right;
	z-index: 10;
	top: -96px;
	right: 3px;
}
    /* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
input[type="text"], textarea {
	height: 25px;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 5px;
}
input {
	height: 25px;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 5px;
}
#singleParagraphInputs input {
    width: 100%; /* 16px less than form width */
}
#commentTxt textarea {
    min-height: 93px;
	min-width: 100%;
}

#recaptcha_response_field {
    width: 100%; !important; /* just a stylistic detail to make the input field equal width as the box with words to copy */
}
.capt-img{
	height: 57px;
	width: 100%;
	margin-top: 1px;
}
.reCapt{
	height: 92px;
	width: 99%;
}
#recaptcha_image img {
    width: 220px;
}
}
@media only screen and (min-width: 479px) and (max-width: 767px) {
input[type="text"], textarea {
	height: 25px;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 5px;
}
input {
	height: 25px;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 5px;
}
#singleParagraphInputs input {
    width: 100%; /* 16px less than form width */
}
#commentTxt textarea {
    min-height: 93px;
	min-width: 100%;
}

#recaptcha_response_field {
    width: 100% !important; /* just a stylistic detail to make the input field equal width as the box with words to copy */
}
.capt-img{
	height: 57px;
	width: 100%;
	margin-top: 1px;
}
.reCapt{
	height: 92px;
	width: 99%;
}
#recaptcha_image img {
    width: 100%;
}
}
@media only screen and (max-width: 478px) {
input[type="text"], textarea {
	height: 25px;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 5px;
}
input {
	height: 25px;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 5px;
}
#singleParagraphInputs input {
    width: 100%; /* 16px less than form width */
}
#commentTxt textarea {
    min-height: 93px;
	min-width: 100%;
}

#recaptcha_response_field {
    width: 100% !important; /* just a stylistic detail to make the input field equal width as the box with words to copy */
}
.capt-img{
	height: 57px;
	width: 100%;
	margin-top: 1px;
}
.reCapt{
	height: 92px;
	width: 99%;
}
#recaptcha_image img {
    width: 100%;
}
}