.req 
{
	background-image: url(img/req.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.entryForm input, .entryForm textarea, .entryForm select 
{
	font-family:Verdana;
	font-size: 0.8em;
	border: 1px solid #999999;
	background-color: #EBEBEB;	
	border:solid 1px #000;
	color: #333;
	width: 150px;
}
.entryForm input.altwidth{
	width: 40px;
}


.entryForm textarea{
height:100px;
}

.entryForm fieldset 
{
	line-height:1em;
	margin-bottom: 10px;
}
.entryForm legend 
{
	
	font-weight: bold;
	color: #AF0000;
	_margin: 0 -7px;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
}

.suLabel
{
	vertical-align: top;	
	padding-left: 20px;
	width: 120px;
	float:left;
	height:20px;
}
.entryForm em {
font-weight: bold;
font-style: normal;
color: #f00;
}

.entryForm ul li
{
	list-style:none;
	margin:5px;
	padding-bottom: 5px;
}

.entryForm ul
{
	margin:0px;
	padding-left:0px;
}

.error
{
	color:#f00;
}

.entryForm .button
{
	width:auto;
		border:solid 1px #000;
	background:#d00;
	font-weight:bold;
	color:#000;
}
.radio
{
	width:30px;
}
.radio input
{
	width:20px;
	background:transparent;
	border:0px;
}

.check input
{
	width:20px !important;
	background:#f00;
	display:inline;
}

.date input
{
	width:100px;
}