#aaenquiry {
	position: relative;
	margin-bottom: 10px;
}
input, textarea {
	font-family: sans-serif;	
	font-size: 120%;
}
#name, #jobtitle, #orgname, #address, #telephone, #email, #enquiry {
 	width: 320px; 
}
#name, #jobtitle, #orgname, #address, #telephone, #email, #enquiry, #receive_mailings {
	margin-top: 3px;
	border: 2px solid #A7A9AC; 
}
#receive_mailings {
	float: left;
}
#aaenquiry P strong {
	padding-left: 5px;
}
div#smallpdiv {
	font-size: 80%;
	margin: 0 0 0 30px;
	padding: 0;
	text-align: justify;
}
#submit {
	position: absolute;
	bottom: 30px;
	right: -238px; 
	display: block;
	height: 51px;
	line-height: 51px;
	width: 186px;
	padding: 0;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	background-image: url(../images/button-1.gif);
	background-position: right;
	background-repeat: no-repeat;
	border: 0px solid transparent;
	text-indent: 25px;
	color: #FFF;
	text-decoration: none;
}
#submit:hover {
	background-image: url(../images/buttonRO-1.gif);
	color: #FFF;
}
div#recaptcha_widget {
	height: 130px;
	width: 350px;
	margin: 10px 0 5px 0;
	padding: 10px 0 0 0; 
}
#recaptcha_incorrect {
	color: yellow;
	font-weight: bold;
	font-size: 80%;
	margin-top: 5px;
}
p#errrecaptcha {
	margin: 0 0 0 0;
}
.center {
	text-align: center;
}


