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


h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:130%;
	}
#contactForm p {
	font-size:11px;
	margin:0 0 5px 0px;
	}
	
#contactForm p.warning {
	font-weight:bold;
	color:#FF0000;
	}
form {
	width:500px;
	margin:15px auto 10px 0px;
	}
label {
	display:block;
	font-weight:normal;
	}
.small label {
	display:block;
	margin-left: 30px;
	}
.hide label {
	display:none;
	}
textarea {
	width:350px;
	height:100px;
	}
.textInput {
	width:250px;
	}
	
.textInputCity {
	width:250px;
	}	
.textInputSmall {
	width:150px;	/*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:90%;
	font-weight:normal;
	margin-left: 0px;
	color: #FF0000;
	}
