/*body{
	font: 14px/1.5em sans-serif;
	margin: 0;
	padding: 0;
}*/

/* Form styling */

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

input[type="text"], textarea {
	display: block;

	font: inherit;
	padding: 0 7px;
	position: relative;
	z-index: 1;
	overflow: auto; /* removes scrollbar from textarea in IE - trick from HTML5 boilerplate*/
	border: 1px solid silver;	
}

label, input[type="text"], #singleParagraphInputs div{
	/* these two values must be the same */
	line-height: 1.5em;
	height: 1.5em;
}

#singleParagraphInputs div, #commentTxt, #recaptcha_widget_div{
	margin-bottom: 1.5em;
}



.formError {
    border: 1px solid red;
}

.errorText {
	color: red;
}

.messageSent {
	border: 1px solid silver;	
	background: #F0FFF0;
	color: #4E6B63;
	font-size: larger;
	padding: 20px;
	margin-bottom:100px;
	text-align: center;
}



#contactForm, #recaptcha_table {
	width: 500px;
	margin: 0;
	margin-top: 50px;
}

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

#singleParagraphInputs input {
    width: 320px; /*original 584px = 16px less than form width */
}

#commentTxt textarea {
    min-height: 9em;
	min-width: 500px; /* 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 */
}

input[type="submit"]{
	margin-bottom: 50px;
	padding:5px;
}