.no-print {
	display: none;
}
form div 
{
	clear: both;
}
form div label 
{
	font-weight: bold;
	width: 8em;
	float: left;
}
form div input,
form div textarea
{
	float: left;
	margin-bottom: 8px;
	width: 180px;
}