form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 10px 0 10px 0;
  padding: 0;
  font-size: 96%;
}

form p {
	font-size: 100%;
}

form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #ccc;
  border-width: 1px;
  border-style: solid;
  padding: 9px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.2em; /* bump up legend font size, not too large or it'll overwrite border on left */
	font-weight: 400; /* be careful with padding, it'll shift the nice offset on top of border  */
	margin: 10px 0 10px 0;
}

form label {
	display: block; /* block float the labels to left column, set a width */
	float: left;
	width: 210px;
	margin: 0 0 0 0; /* set top margin same as form input - textarea etc. elements */
	padding: 0 0 6px 0;
	line-height: 1.5em;
	text-align: right;
}

form label.alt {
	display: block; /* block float the labels to left column, set a width */
	float: left;
	width: 115px;
	margin: 0 0 0 0; /* set top margin same as form input - textarea etc. elements */
	line-height: 1.5em;
	padding: 0 0 6px 0;
	text-align: right;
}

form label.rad {
	/* display: inline; /* block float the labels to left column, set a width */
	/* float: none; */
	width: auto;
	margin: 10px 0 -2px 0; /* set top margin same as form input - textarea etc. elements */
	line-height: 1.5em;
	text-align: left;
}

form input, form textarea, form select {
	/* display: block;   /*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:0px .09em 0 10px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
                      
}

form radio {
	/* display: block;   /*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:0px .09em 0 10px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	line-height: 1.5em;            
}

/* form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
/* text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

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 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 */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

#reg #content {
	float: left;
	width: 760px;
	background-color: #ffffff;
 }

.altTR {
 background-color: #eeeeee;
 }

.review {
 width: 760px;
 line-height: 200%;
 margin: 0 0 2em 0;
 border: 0;
 }

.reviewTD {
 width: 450px;
 }

#meetingreview .reviewTD {
 width: 300px;
 }

.crumbs {
 font-size: .6em;
 }

/* old caption {
 text-align: left;
 font-weight: bold;
 }  */
  
caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	text-transform: capitalize;
	color: #000;
	padding: 0 0 .5em 0;
	margin: 0;
	text-align: left;
	/* border-bottom: 1px solid #eeeeee; /* same as h4 */
}

input#submit1  {
	margin:.5em 0 0 0; /* set margin-left back to zero on reset button (set above) */
	padding: 2px;
}

input#submit2  {
	margin:.5em 0 0 0; /* set margin-left back to zero on reset button (set above) */
	padding: 2px;
}

input#button1  {
	margin:.5em 0 0 0; /* set margin-left back to zero on reset button (set above) */
	padding: 2px;
}

form hr {
	clear: left;
	text-align:center;
	width: 75%;
	background: #ccc;
	border: 0;
	color: #ccc;
	height: 1px;
	margin: 0 0 2em 0;
	padding: 0;
	background-position: center;
}

#highlight form {
	margin: 25px 0 0 0;
}

#highlight input {
	width:140px;
}
