#entireForm {
	font-family: "century gothic", verdana, arial, helvetica, sans-serif;
	margin:10px;
	width: 390px;
	}
#entireForm h2 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	color: #800000;
	background-color: #bb9b72;
	padding: 3px;
	margin: 0;
	}
#entireForm div.line {
	padding-top: 10px;
	}
#entireForm label {
	float: left;
	width: 140px;
	margin-right: 5px;
	text-align: right;
	}
#entireForm span.textBox {
	text-align: left;
	}
#entireForm input, #entireForm textarea {
	background: #eee;
	border: 1px solid #000;
	padding: 2px;
	}
#entireForm input:focus, #entireForm textarea:focus {
	background: #fff;
	border: 1px solid #000;
	}
#entireForm a {
	font: 80% normal verdana;
	color: #809fff;
	text-align: right;
	}
#entireForm a:hover {
	color: #00f;
	}