#updates {
	font-size: .9em;
	}
#updates fieldset {
	margin: 1em 1em;
	padding: 1em;
	border: 1px solid #639;
		}
#updates legend {
	font-weight:bolder;
	font-size: h5;
	padding:3px;
	}
#updates label {
	float: left;
	width: 18em;
	} 
#updates textarea {
	width: 500px;
	height: 100px;
	}




#updates input[type="text"] {
	width: 150px;
	}
#updates input[type="text"] label{
	width: 500px;
	}
	
#updates input[type="text2"] {
	width: 30px;
	}


#updates input[maxlength="4"], input[maxlength="2"] {
	width: 5em;
	}













#updates input.radio, #updates input.checkbox, #updates input.submit {
	width: auto;
	}
#updates input.radio, #updates input.checkbox {
	float: left;
	margin-right: 1em;
	border-style: none;
	}

#updates fieldset fieldset {
	border: none;
	margin: 0;
	padding: 0;
	}
#updates fieldset fieldset legend {
	font: normal 0.8em "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	}

.nowrap  {
	float: none;
	width: 400px;
	font-size: 0.8em;
	clear: both;
	line-height: 2em;
	}
.radiolabel {
	float: left;
	width: 10em !important;
	} 
