@charset "UTF-8";
/* CSS Document */
/**/
* {
	margin-top: 0;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
p,
ul,
li,
ol,
dl,
dd,
dt,
a,
span,
img,
small,
cite,
hr
{
margin: 0px;
padding: 0px;
}

body {
background-color: #c8c8c9;
}

#container {
width: 794px;
margin-left: auto;
margin-right: auto;
background-color: #ffffff;
position: relative;

}

#header {
background-image: url(images/header.jpg);
width: 794px;
height: 171px;

float: left;
}

#leadSection {
	width: 794px;
	background-image: url(images/top-section_gradient.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	background-color: #ffffff;
}

#leadLeft {
width: 177px;

margin: 26px 0px 0px 32px !important;
margin: 26px 0px 0px 16px;
/*background-image: url(images/iPhone.jpg);*/
float: left;
}

#leadRight {
width: 538px;
margin: 26px 32px 0px 0px !important;
margin: 26px 16px 0px 0px;
float: right;
}

#thanks {
width: 730px;
margin: 26px 32px 0px 32px !important;
margin: 26px 16px 0px 16px;
float: left;
}

h1 {
font-family: Verdana;
color: #898786;
font-size: 28px;
margin: 0px 0px 20px 0px;
}

h1 sup{
font-size: 16px;
}

.maintext {
font-family: Arial;
font-size: 15px;
color: #898786;
line-height: 26px;
margin: 0px 0px 15px 0px;
}

.maintext sup{

font-size: 10px;

}

h2 {
font-family: Verdana;
font-size: 18px;
font-weight: bold;
color: #676211;
margin: 18px 0px 0px 0px;
}

h2 a:link,
h2 a:visited{
text-decoration: none;
color: #676211;
}

h2 a:hover {
text-decoration: underline;
}

li {
margin: 0px 0px 0px 20px;
font-family: Arial;
font-size: 15px;
color: #898786;
line-height: 24px;
}

li sup{
font-size: 10px;
}

#divider {
width: 718px;
height: 3px;
margin-left: auto;
margin-right: auto;
clear: both;
padding: 30px 0px 30px 0px;
}

#subSection {
	width: 794px;
	
	float: left;
	background-color: #ffffff;
}

#subLeft {
width: 488px;
float: left;
margin: 0px 0px 0px 39px !important;
margin: 0px 0px 0px 20px;
}

#subRight {
width: 201px;
float: right;
margin: 0px 32px 0px 0px !important;
margin: 0px 16px 0px 0px;
}

#signupimg {
	width: 200px;
	background-image: url(images/signup.jpg);
	height: 30px;
	margin-left: auto;
margin-right: auto;
position: absolute;
margin: -20px 0px 0px 260px;
}

#formsection {
	width: 720px;
	background-color: #61361d;
	margin: 0px 33px 0px 33px;
padding: 4px 4px 4px 4px;
clear: both;
}

#formborder {
	border: 2px solid #fff;
	margin: 0px 0px 0px 0px;
}

.formtext {
font-family: Verdana;
font-size: 12px;
color: #ffffff;
padding: 4px 0px 4px 0px;
}

.formtextrequired {
font-family: Verdana;
font-size: 10px;
color: #ffffff;
padding: 10px 0px 4px 0px;
}

.formdisclaimer {
font-family: Verdana;
font-size: 10px;
color: #ffffff;
margin: 10px 0px 10px 0px;
}

.formdisclaimer a:link,
.formdisclaimer a:visited {
color: #ffffff;
text-decoration: none;
}

.formdisclaimer a:hover {
color: #ffffff;
text-decoration: underline;
}

#disclaimer {
font-family: Verdana;
font-size: 12px;
width: 794px;
margin-right: auto;
margin-left: auto;
clear: both;
color: #afafaf;
padding-bottom: 15px;
}
a:link { 
	color: #666666;
	}
a:visited { 
	color: #666666;
	}
a:hover { 
	color: #000000;
	background-color: none;
	text-decoration: none;
	}
a:active { 
	color: #666666;
	}