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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	font-style: normal;
	line-height: 18px;
	}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:130%;
	}
#contactForm p {
	font-size:85%;
	margin:0 0 5px 0px;
	}
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:400px;
	height:100px;
	}
.textInput {
	width:250px;
	}
.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;
	}
