fieldset {
	clear: both;
	border: none;
	margin-bottom: 1.5em;
	padding: 0.5em 1em;
	}

legend {
	padding: 0 0.25em;
	font-size: 10px;
	font-weight: bold;
	color: #353C61;
	}
	
label {
	font-size: 11px;
}

input, select, textarea { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #353C61; }
input:focus, textarea:focus { background: #F7F6E9; }
option { padding-right: 15px; }
noscript.form-cal { font-style: italic; }

input.textfield {
	width: 175px;
	border: 1px solid #EDECDF;
	padding: 2px 3px;
	}
	
select {
	border: 1px solid #EDECDF;
	padding: 2px 3px;
	}

textarea.textfield {
	width: 225px;
	height: 75px;
	border: 1px solid #EDECDF;
	padding: 2px 3px;
	}

input#email { width: 200px; }
input#phone, input#fax { width: 125px; }
input#zip, input#arrive, input#depart { width: 80px; }
input#submit { margin: 0 0 20px 150px; }

div.field {
	clear: both;
	margin-bottom: 0.3em;
	}

span.required, label.required {
	font-weight: bold;
	color: #cc0000;
	}

div.field label {
	display: block;
	float: left;
	width: 125px;
	padding: 0.3em 0.5em;
	text-align: right;
	}
	
div.field label.long {
	display: block;
	float: left;
	width: 185px;
	padding: 0.3em 0.5em;
	text-align: right;
	}
    
br.clear { display:inline; clear:both; }
label.member_num { margin-left: 20px; }
    
div#content .checkboxes { margin-left: 2em; list-style: none; }
div#content .checkboxes li { margin: 6px 0 6px 50px; font-size:10px; }
div#content .indent { margin: 0.5em 0 0.5em 140px; }
div.field img { vertical-align: text-bottom; }
div#content .checkboxes li label { margin-left: 4px; }