@charset "UTF-8";
/* CSS Document */

label
{
width: 150px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.asterisk {
	color: #F00;
	font-size: 16px;
}

.submitsign input
{
margin-left: 14.5em;
}

.submit input
{
margin-left: 5.5em;
}

fieldset
{
border: 1px solid #333;
width: 600px
}

legend
{
color: #000;
background: #9CF;
border: 1px solid #333;
font-size: 14px;
padding: 2px 6px
}

.form {
	margin-left: 30px;
}
#mapform {
	float: left;
	margin-left: 90px;
	margin-top: 50px;
	padding: 0.4em;
}
.addform {
	border: 1px solid #333333;
	/** remember to change image path **/
	background: url(../images/formbg.png) repeat-x #ffffff;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
	color: #454743;
}
.addlabel {
	font-size: 15px;
	color: #454743;
}

.searchform { 
	font-size: 24px;
	text-align: center;
	border: 1px solid #003;
}
.searchbutton {
	font-size: 20px;
	text-align: center;
}
#search {
	text-align: center;
}
.recaptcha{
	width: 300px;
	margin-left: 40px;
}
.recaptchaerror {
	font-size: 16px;
	color:#FF0000;
}
.agreetos {
	color:#069;
	text-align: center;
}

#submiterror {
	margin-left: 40px;
	margin-right: 40px;
	background-color: #C00;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
