form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	padding: 0;
	min-width: 500px;
	max-width: 760px;
	width: 760px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	color: #333333;
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #E1E1E1;
}

form fieldset legend {
	font-size:1.1em;
	color: #000000;
	padding-left: 3px;
	padding-bottom: 3px;
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 153px;
	padding: 0;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}

form input, form textarea {
	/* 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 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) */
}

textarea {
	overflow: auto;
}

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 */
}
div.line {
	width: 370px;
}
div.left {
	float: none;
	width: 370px;
}
div.right {
	float: right;
	width: 370px;
}
form select {
	margin-top: 5px;
	margin-left: 10px;
}
#dub   {
	margin-top: 20px;
}
.radius {
	-moz-border-radius:6px;
}
form  .longLb {
	width: 600px;
	margin-top: 15px;
}
#ckDub {
	margin-top: 30px;
}
input {
	font-family: Tahoma, Arial, sans-serif;
	color: #333333;
}
select {
	font-family: Tahoma, Arial, sans-serif;
	color: #333333;
}
textarea {
	font-family: Tahoma, Arial, sans-serif;
	color: #333333;
}
