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




form {
	width:425px;
	margin:15px auto 10px 0px;
	}
#map {
	width: 400px;
	height: 340px;
	padding: 15px, 0px, 15px, 15px;
}	
	
label {
	display:block;
	font-weight:normal;
	}
.small label {
	display:block;
	margin-left: 30px;
	}
.hide label {
	display:none;
	}
textarea {
	width:300px;
	height:100px;
	}
.textInput {
	width:250px;
	}
	
.textInputLarge {
	width:300px;
	}
.textInputSmall {
	width:70px;
	margin-left: 30px;
	margin-right: 5px;
	}
/* Rules added when inserting checkboxes */
.chkRad {
	float: left;
	margin-bottom: 8px;
	margin-left: 30px;
}
.chkRad label {
	display:inline;
	}
.clearIt {
	clear:both;
	}
select {
	margin:5px 0 8px 0px;
	}
/* Add this style for warning messages */
.warning {
	font-weight:bold;
	color:#FF0000;
	}
.note {
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
	font-weight:normal;
	margin-left: 113px;
	}
	
legend {
	font-size: 22px;
	font-weight: lighter;
	margin: 10px 0 2px 0px;
	padding: 10px;
	color: #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

 
