/* ------ other CONTACT FORMS  style ------ */
form#res {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */

}

form#res fieldset {
  border-color: 1px solid #FD7F35;

  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form#res legend {
	font-weight: bold;
                       
}
form#res label { 
	display: block;  /* block float the labels to left column, set a width */
	font-size: 75%;
	float: left; 
	width: 120px; 
	padding-right: 5px;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form#res input {width: 165px; margin: 2px; padding-left: 2px;}


.largerez {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width: 100px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}
input.button {width: 120px; background-color: #99B6D7;}

form#res textarea { overflow: auto; width: 170px; height: 102px;}

form#res small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */
select.s1 {font-size: 75%; color: #2B4F78; width: 50px;}
select.s2 {font-size: 75%; color: #2B4F78; width: 173px; margin: 2px;}
select.s3 {font-size: 75%; color: #2B4F78; width: 60px;}
form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

#events1 {float: left; width: 310px; padding: 0px; margin: 5px; height: 150px;}

#comments {float: right; width: 310px; padding: 0px; margin: 5px; height: 150px;}
#contact1 {float: left; width: 310px;}
#contact2 {float: right; width: 310px;}


