/*   All CSS code is Copyright 2009 HunterGD @ http://HunterGD.com   *
*  Do not use or borrow my code without giving credit to me, at the  *
*  least, please leave this header with the code.                   */

form {
	display: block;
	width: 40em;
	border: 5px solid #355E3B;
	background-color: #FFF;
	margin: 2em auto;
}

.input {
	display: block;
	height: 1.8em;
	line-height: 1.8em;
	margin-bottom: .75em;
	margin-top: .75em;
}

.input span, .inputBox span {
	display: block;
	width: 10em;
	float: left;
	margin-left: 3em;
	font-weight: bold;
}

input.textbox {
	border: 2px solid #355E3B;
	padding: .25em;
	float: left;
	width: 20em;
	height: 1.8em;
	background-color: #EEE;
	font: .90em "Lucida Grande", Lucida, Verdana, sans-serif;
}

.inputBox {
	display: block;
	margin-bottom: .5em;
	margin-top: .5em;
}

select {
	border: 2px solid #355E3B;
	font-size: 1em;
}

textarea {
	border: 2px solid #355E3B;
	background-color: #EEE;
	padding: .5em;
	height: 15em;
	width: 25em;
	font: .90em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#recaptcha_table {
	display: block !important;
	width: 441px !important;
	margin: 0 auto !important;
	background-color: #EEE !important;
	border: 2px solid #355E3B !important;
}

.recaptcha_image_cell {
	background-color: #EEE !important;
}

.button {
	display: block;
	margin: 1em auto;
	text-align: center;
	border:  2px solid #355E3B;
	background-color: #FFF;
	font: bold 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: .25em .5em;
}

.button:hover {
	background-color: #355E3B;
	border: 2px solid #000;
	color: #FFF;
}
