/* CSS used in making the Price Tables. */
label {
	display: block;
	width: 140px;
	float: left;
	display: block;
	clear: left;
	text-indent: 10px;
}
input, text {
	width: 180px;
	margin: 0 0 2px 0;
}

#email {
	background-color: rgb(256,256,128);
}
