#content form {
	margin: 1em -5px;
	padding: 1em 5px 0 5px;
	/*background-color: #e1e6f0;*/
	border-top: 1px solid #e1e6f0;
	border-bottom: 1px solid #e1e6f0;
	width: 100%;
}

#content form div.clearing {
	clear: both;
}

#content form div.row {
	margin-bottom: 1em;
	float: left;
	clear: left;
	width: 100%;
}
	
#content form label {
	clear: left;
	float: left;
	width: 150px;
}

#content form div.field label {
	float: none;
}

#content form div.field {
	float: right;
	width: 330px;
}

#content form div.field input.text, #content form div.field input.password, #content form div.field input.button, #content form div.field select, #content form div.field textarea {
	border: 1px solid #8A8DAD;
}

#content form input, #content form select, #content form textarea {
	padding: 2px;
	width: 320px;
	font-size: 0.9em; 
}

#content form textarea {
	height: 100px;
}

#content form input.button, #content form input.checkbox, #content form input.radio, #content form select.date_day, #content form select.date_month, #content form select.date_year {
	width: auto;
	margin-right: 1em;
}

#content form div.field input.button {
	background-color: #E9F0FA;
	border: 1px solid #A1A4C9;
	border-right: 1px solid #6C6E87;
	border-bottom: 1px solid #6C6E87; 
}

#content form input.button:hover {
	cursor: pointer;
}

#content form div.option {
	margin-top: 0.5em;
	float: left;
	padding-left: 2.3em;
	width: 200px;
}

#content form div.option input {
	margin-left: -2.3em;
}

#content form div.option label {
	width: 150px;
}


/* CAPTCHA
------------------------------------------------------------------------------------- */

#content div.row.fieldname-captcha.fieldtype-ReCaptchaField label {
	padding-top: 57px;
}

div#recaptcha {
	margin-bottom: 1.5em;
}

div#recaptcha button {
	background-color: #E9F0FA;
	border: 1px solid #A1A4C9;
	border-right: 1px solid #6C6E87;
	border-bottom: 1px solid #6C6E87;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 5px;
	padding: 1px 2px;
}

div#recaptcha button:hover, div#recaptcha button:focus {
	cursor: pointer;
}

div#recaptcha a#copyright {
	font-size: 0.867em;
	display: block;
}
