body {
text-align: center;
background: #ccc;
color: #222;
margin: 0em;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.main {
    margin: 0 auto;
    text-align: left;
    width: 730px;
    height: 1030px;
    position: relative;
}
.content {
	top: 138px;
	left: 143px;
	position: absolute;
	width: 574px;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px; 
}
h3 {
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 12px;
	color: #a06c02;
}
p {
	margin-top: 0;
	padding-top: 0; 
}
hr {
    color: #960;
}
.email {
	top: 14px;
	left: 28px;
	position: absolute;
	width: 620px;
}
.btnSubmit {
    background-color: #cc0000; 
	font-weight: bold; 
	font-size: 12px; 
	color: white;
	padding: inherit;
	margin-left: 60px;
}
.small { 
    font-size: .8em;
}
.footer {
	top: 970px;
	left: 25px;
	position: absolute;
	font-size: x-small;
	width: 680px;
}
.error {
	color:red;
	font-weight: bold;
	padding-top: 6px;
}
a:link {color: #960}
a:visited {color: #960}
a:hover {color: #960; text-decoration: none;} 
a:active {color: #900}
