/* CSS Document */

#header, #footer_sub, .noPrint {
	display:none;
}

.formleft {
	float:left;
	margin-right:20px;
}

.clear {
	clear:both;
}

.formleft, .formright {
	width:auto;
	width:300px;
}

.formleft td, .formright td {
	padding:2px 5px;
	font-weight:bold;
}

.inputLong, .inputMedium, .inputShort {
	border:none;
	border-bottom:1px solid #000;
	font-weight:normal;
}

.inputLong{
	width:100%;
}
.inputMedium{
	width:auto;
}
.inputShort{
	width:auto;
}

