body {
	margin: 0;
	padding: 30px 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#box {
	width: 540px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #778899;
	background-color: #fff;
	color: #000;
}

#box p {
	margin: 1em 20px;
	font-size: 12px;
	line-height: 1.5em;
}

#box ul, #box li {
	font-size: 12px;
}

.credits {
	font-size: 10px;
	width: 540px;
	height: 31px;
	margin: 12px auto;
	border: 1px solid #778899;
	background-color: #fff;
	color: #000;
}

.credits p {
	margin: 0;
	line-height: 30px;
	text-align: center;
}

.credits a {
	color: #000;
}

.credits a:hover {
	color: #708090;
}

h2.company {
	position: relative;
	width: 260px;
	font-size: 20px;
	margin: -10px auto 10px auto;
	padding: 0;
	text-align: center;
	background-color: #fff;
	color: #000;
}

h1 {
	font-size: 18px;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	color: #300000;
}

label {
	float: left;
	clear: both;
	width: 140px;
	height: 25px;
	font-size: 12px;
	text-align: right;
	line-height: 16px;
}

.eform {
	float: right;
	width: 390px;
	height: 25px;
	text-align: left;
}

select, input {
	height: 16px;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #999;
	background-color: #fafad2;
}

input {
	width: 260px;
}

option {
	background-color: #fafad2;
}

label.center {
	display: block;
	float: none;
	clear: both;
	text-align: center;
}

textarea {
	width: 440px;
	height: 4em;
	margin: 5px 50px;
	border: 1px solid #999;
}

.submit {
	width: 120px;
	height: 20px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin: 12px 210px;
	background-color: #708090;
}

.form {width: 540px}

.form p {
	width: 500px;
	clear: both;
	height: 30px;
}

.hidden {
	display: none;
}
