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


.h1from {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
	
	.h2from {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
	
.para {
	font-size:85%;
	margin:0 0 5px 0px;
	max-width: 375px;
	}
	
	.para2 {
	font-size:85%;
	margin:0 0 5px 0px;
	max-width: 375px;
	color: #F00;
	}
	
	
form {
	width:375px;
	margin: 0px auto 10px 0px;
	padding: 20px 10px 20px 10px;
	border: none;
	}
	
	
fieldset {border:1 solid}
	
	
	
	
label {
	width: 9em;
	float: left;
	text-align: right;
	margin-right: .5em;
	display: block;
	font-weight:bold;
	}
.textarea {
	width:200px;
	height:150px;
	margin-left: 1px;
	}
.textInput {
	width:200px;
	}
	
.zip {
	width:75px;
	}
/* Rules added when inserting checkboxes */
.chkRad {
	float: left;
	margin-bottom: 8px;
	margin-left: 30px;
}
.chkRad label {
	display:inline;
	}
.clearIt {
	clear:both; 
	}
select {

	width: 75px;

	}
	



/* Add this style for warning messages */
.warning {
	font-weight:bold;
	color:#000000;
	}

