
#footer #fml {
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
}

#footer #fml dl.zend_form {
	margin: 0; padding: 0;
	width: 400px;
}

#footer #fml dl.zend_form dt {
	float: left;
	clear: both;
	height: 40px;
}

#footer #fml dl.zend_form dd {
}

#footer #fml input#nameML, #footer #fml input#emailML {
	width: 270px;
	padding: 3px;
	font-size: 1.1em;
	border: 3px solid #000;
	background: #eee url(../images/form-bg.png) repeat-x 0 0;
	font-family: inherit;
}

#footer #fml input#nameML, #footer #fml input#emailML  {
	float: right;
}

#footer #fml dt#captchaML-label {
	display: none;
}

#footer #fml dl.zend_form dt#submit-label {
	height: 0;
}

#footer #fml dl.zend_form dd#submit-element {
	margin: 0;
	clear: both;
}

#footer #fml dl.zend_form dd ul.errors {
	color: #e40710;
	margin: 3px 0; padding: 0;
	list-style: none;
	font-size: 0.9em;
	float: right;
}

#footer #fml dl.zend_form dd ul.errors li {
	list-style: none;
}

#footer #fml dl.zend_form dd#captcha-element ul.errors {
	float: none;
	margin: -20px 0 10px;
}

h3.thanks {
}

#footer #fml #recaptcha_widget {
	position: relative;
	clear: both;
	margin: 0; padding: 0;
	width: 305px;
	height: 200px;
	border: none;
	background: none;
}

#footer #fml #recaptcha_image {
	width: auto;
	position: absolute;
	top: 15px; left: 0;
	border: none;
}

#footer #fml #recaptcha-option-buttons {
	font-size: 0.9em;
}

#footer #fml #recaptcha-option-buttons div {
  height: 16px;
  padding: 0; margin: 0;
  position: absolute;
	font-size: 1.1em;
}

#footer #fml #recaptcha-option-buttons div a:hover {
	color: #eee;
	border: none;
	background: none;
}

#footer #fml #recaptcha-option-buttons .recaptcha_only_if_image, #footer #fml #recaptcha-option-buttons .recaptcha_only_if_audio {
	top: 10px; left: 0;
}

#footer #fml #recaptcha-option-buttons .two_more {
	top: 161px; left: 0;
}

#footer #fml #recaptcha-option-buttons .help {
	display: none;
}

#footer #fml #recaptcha-instructions {
	font-size: 0.9em;
	line-height: 0.9em;
	height: 20px;
	position: absolute;
	top: 110px; left: 0;
}

#footer #fml input#recaptcha_response_field {
	width: 290px;
	padding: 3px;
	position: absolute;
	top: 130px; left: 0;
	font-size: 1.1em;
	font-family: inherit;
	background: #eee url(../images/form-bg.png) repeat-x 0 0;
}

/*no js*/

#footer #fml input#moreSpace {
	display: block;
	height: 100px;
}


