/* File is compressed! */
@charset "utf-8";
/* CSS Document */

input[type=text], input[type=password], select {
	height: 25px;
	font-size: 1.5em;
	color: #333;
	border: 1px solid #CCC;
}
textarea {
	font-size: 1.5em;
	color: #333;
	border: 1px solid #CCC;
	width: 450px;
	height: 250px;
}
div.field, #reCaptcha, #captchaId {
	display: block;
	width: 100%;
	min-height: 60px;
	margin: 0px;
	padding: 5px 10px;
	clear: both;
}
#reCaptcha {
	height: 140px;
	margin: 10px 0px 0px 0px;
}
#captchaId {
	height: 120px;
	margin: 10px 0px 0px 0px;
}
#captchaId img {
	margin: 5px 0px;
}

div.field label, div.txtarea label, #captchaId label { display: block; padding-bottom: 2px; width: auto; clear: both; }

div.field input[type=text], div.field input[type=password] {
	width: 300px;
}

div.txtarea {
	margin: 0px;
	padding: 5px 10px;
	clear: both;
}
div.zend_form {
	padding: 15px 0px;
}

div.errors, p.errors {
	font-weight: bold;
	background:#FBE3E4;
	color:#8a1f11;
	border: 1px solid #FBC2C4;
	padding: 6px 10px;
	display: inline;
	margin-left: 10px;
	margin-bottom: 20px;
}
h2.errors {	color:#8a1f11; }
.success { color:#1da900; }

ul.errors {
	font-weight: bold;	
	list-style: none;
	display: inline;
}

ul.errors li {
	background:#FBE3E4;
	color:#8a1f11;
	border: 1px solid #FBC2C4;
	padding: 5px;
	min-height: 20px;
}

div.help {
	color: #889;
	font-style: italic;
	font-size: 0.9em;
}

table.zend_form { margin: 10px 0px; }
table.zend_form tbody tr td { padding: 2px; height: 25px; text-align: right; }
table.zend_form tbody tr td.element { padding-left: 5px; text-align: left; }
table.zend_form tbody tr td.element input[type=text],
	table.zend_form tbody tr td.element input[type=password] { width: 300px; }

