input, select, textarea {
	margin-left: 0em;
	border: solid 1px #ccc;
	padding: 2px;
	}

fieldset {
	border: solid 1px #fff;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif; 
	font-size: .9em;
	margin:0;
	padding:0;
	}

fieldset br {
	display: none;
	}


fieldset div {
	margin-top:4px;
	}


label, fieldset div.cr p {
	margin: 0;
	display: block;
	width: 12em;
	text-align: left;
	float: left;
	font-weight: bold;
	}



	
#after_submit {
	display: none;
	}

input {
	width: 180px;
	}
fieldset input.zip {
	width: 50px;
	}
	
label span {
	font-size: .8em;
	line-height: 1em;
	font-weight: normal;
	}
	
.submit :hover{
	background: #333;
	color: #fff;
	}
	
.submit input {
	margin-top: 15px;
	margin-left: 150px;
	width: auto;
	}
	
select {
	
	}
	
optgroup {
	font-style: normal;
	color: #333;
	padding: 5px;
	}
option {
	text-indent:20px;
	color: #555;
	}
	
.errormsg {
	color: red;
	font-weight: bold;
	font: 1em/1.2em "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
}
.form_field_error {
	background-color:yellow;
}