/* this style sheet makes pages with form print so that the form can be */
/* completed and faxed if the user want to */

form {
	display: inline;
}

.formbuttons {
	display: none;
}

.forminput {
	display: block;
	width: 175px;
	float: left;
	margin-bottom: 10px;
}

.formlabel {
	display: block;
	width: 120px;
	float: left;
	margin-right: 20px;
}

.formselect {
	display: block;
	width: 175px;
	float: left;
	margin-bottom: 10px;
}

.formbr {
	clear: left;
}

.note100 {
	display: inline;
}

#formcontainer {
	width: 100%;
}

#sendbyfax {
	display: inline;
}
