/* !Form CSS */

/* !Forms */

div#recaptcha {
	margin-left: 11em;
}

form {
	background: transparent;
}

fieldset {
	padding: .5em 0;
}

fieldset legend {
	display: block;
	padding: 0;
	font-size: 1.4em;
	color: #750303;	
}

label {
	float: left;
	width: 10em;
	padding-top: 7px;
	margin-right: 1em;
	text-align: right;
	clear: left;
}

input,
select,
textarea{
	width: 60%;
	margin-top: 5px;
	font-size: 1.2em;
	border: 1px solid;
	color: #000;
}

input#captcha {
	width: 155px;
}

li.radio input {
	width: auto;
	margin-left: 1em;
	border: 0;
}

fieldset input,
textarea,
select {
	border-color: #0f4066;
}

fieldset input:active,
textarea:active,
select:active {
	border-color: #ebd879;
}

fieldset input:focus,
textarea:focus,
select:focus,
fieldset input:hover,
textarea:hover,
select:hover {
	border-color: #ebd879;	
}

fieldset input:focus,
textarea:focus,
select:focus {
	background: #fff;
}

fieldset#formButtons {
	width: auto;
	float: right;
	padding: 1em 0;
}

fieldset#formButtons input {
	display: inline;
	padding: 2px 9px;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
	color: #fff;		
}

#formButtons input#submit {
	background: #185003;
	color: #fff;
	width: 150px;
	height: 1.5em;
}

#formButtons input#submit:focus,
#formButtons input#submit:hover,
#formButtons input#reset:focus,
#formButtons input#reset:hover {
	background: #ebd879;
	color: #391a39;
	cursor: pointer;
}
