/* CSS for Contact Us & Rent-a-machine form area
	Style sheet by Scott McLeod
*/

form {
	font-size: 90%;
	text-align: left;
}

form h2 {
	font-size: 115%;
	margin-top: 10px;
	margin-bottom: 2px;
}

form h2.separate {
	border-top: 1px dashed rgb(255,217,163);
	padding-top: 18px;
}

form p {
	line-height: 1.1;
}

.formerror {
	color: red; 
	font-weight: bold;
}

#submitbutton {
	margin-top: 20px;
	padding: 5px 5px;
}
