@charset "UTF-8";

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
}
form p/* CSS Document */
 {
	margin-right: 0px;
	margin-left: 0px;
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
 
  border-width: 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
legend {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

label
{
	width: 10em;
	float: left;
	text-align: left;
	margin-right: 10px;
	display: block;
	height: 20px;
	line-height: 20px;
}
input
{
	width: 225px;
	border: 1px solid #999999;
	line-height: 20px;
	height: 20px;
}
textarea {
	width: 499px;
	border: 1px solid #999999;
}
.radio {
	width: 15px;
}
.smaller {
	font-size: 11px;
}
select {
	width: 200px;
	border: 1px solid #999999;
}
.submit input
{
	width: 75px;
	margin-right: 15px;
} 
.submit {
	margin-top: 20px;
	margin-bottom: 10px;
}
.pulldown {
	width: 350px;
}
