form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin:0 1px;
}

form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #3e7d0d;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  border-left:0;
  border-right:0;
  border-bottom:0;
  margin-top:15px;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
	color:#3e7d0d;
	font-weight:bold;
	padding:3px 10px;
	border:1px solid #3e7d0d;
	margin-bottom:10px;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 170px; 
	padding: 0; 
	margin: 9px 0 5px 0; /* set top margin same as form input - textarea etc. elements */
	font-weight:bold;
	text-align:right;
}

form input, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 5px 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
    padding:2px;
	font-weight:bold;
}
.vam {
	vertical-align:middle;
}
form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 180px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 0px 3px 4px 15px;
	font-size: 88%;
	background: url(../images/error.gif) no-repeat left 3px;
	color: #F00;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

.Field20 {
	width: 20px;
}
.Field30 {
	width: 30px;
}

.Field40 {
	width: 40px;
}

.Field50 {
	width: 50px;
}

.Field70 {
	width: 70px;
}

.Field80 {
	width: 80px;
}

.Field100 {
	width: 100px;
}

.Field110 {
	width: 110px;
}

.Field120 {
	width: 120px;
}

.Field150 {
	width: 150px;
}

.Field144 {
	width: 144px;
}

.Field200 {
	width: 200px;
}

.Field500 {
	width: 500px;
}

.Field250 {
	width: 250px;
}

.Field300 {
	width: 300px;
}

.Field400 {
	width: 400px;
}

.Field600 {
	width: 600px;
}

.Field750 {
	width: 745px;
}

select.Field20 {
	width: 25px;
}

select.Field40 {
	width: 45px;
}

select.Field50 {
	width: 55px;
}

select.Field70 {
	width: 75px;
}

select.Field80 {
	width: 85px;
}

select.Field100 {
	width: 105px;
}

select.Field110 {
	width: 115px;
}

select.Field120 {
	width: 125px;
}

select.Field150 {
	width: 155px;
}

select.Field200 {
	width: 205px;
}

select.Field250 {
	width: 255px;
}

select.Field300 {
	width: 305px;
}

select.Field400 {
	width: 405px;
}

select.Field500 {
	width: 505px;
}

select.Field750 {
	width: 750px;
}

