p label, div label, span.label {
color:#CB8A4A;
width:190px;
float: left;
display: block;
}

#form1 .label label {
	display:inline;
	float:none;
	margin-right:0;
	width:auto;
}


#form1 ul {
	list-style:none;
	margin:0;
	padding:0;
}


#form1 p input.large {
	width:164px;
}
#form1 p input.medium {
	width:210px;
}
#form1 p input.small {
	width:90px;
}
#form1 p input.middle {
	width:127px;
}
#form1 p input.tiny {
	width:44px;
}

