@charset "UTF-8";
	
form {
	width:370px;
	float: none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 0px;
	}
	
label {
	display:block;
	font-weight: 300px;
	}
	
textArea {
	width:350px;
	height:150px;
	}
	
.textInput {
	width:250px;
	}
	
.textInputZip {
	width:65px;
	}
	
.warning {
	font-weight:bold;
	color:#ff0000;
	}
	
.msgsent {
	font-weight:bold;
	color:#0000CC
	}

