@charset "UTF-8";
form#boxedform/* CSS Document */

 {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	padding: 0;
	min-width: 500px;
	max-width: 600px;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	line-height: 18px;
}
form#boxedform  select  {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#boxedform input {
	margin: 0px;
	padding: 0px;
}
form#boxedform fieldset  {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #f1f1f2;
	margin: 0;
}
form#boxedform   fieldset legend {
	font-size:12px; /* bump up legend font size, not too large or it'll overwrite border on left */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #038AA6;
	line-height: 22px;
	padding: 0px;
}
form#boxedform label  {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 150px; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
form#boxedform  input, form text {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
form#boxedform  input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}
form#boxedform textarea {
	overflow: auto;
	width: 450px;
}
form#boxedform small  {
	display: block;
	font-size: 88%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
form#boxedform .required {font-weight:bold;} /* uses class instead of div, more efficient */
form#boxedform br  {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
.thrColAbsHdr #container #mainContent #boxedform #comments {
	width: 300px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#boxedform fieldset ul li {
	float: left;
	width: 400px;
	list-style-type: none;
	color: #000;
	padding-bottom: 10px;
}
