body
{
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
	background-color : #E1E1E1;
}

.logo
{
	position : absolute;
	top : 5px;
	left : 8px;
	border : 1px solid black;
	background-color : white;
	width : 45%
}

.toptext
{
	position : absolute;
	top : 5px;
	right : 150px;
	width : 35%;
	border : 1px solid black;
	background-color : white;
	padding : 3px;
}

.toptext h1
{
	font-size : 13px;
}
a {
	text-decoration:none;
}
a:hover	{
	text-decoration:underline;
}

.nav
{
	position : absolute;
	border : 1px solid black;
	background-color : white;
	padding : 3px;
	top : 115px;
	left : 8px;
	width:139px;
	font-size:11px;
}

.content
{
	position : relative;
	margin : 115px 150px 50px 160px;
	border : 1px solid black;
	background-color : white;
	padding : 10px;
}


td
{
	font-size : 12px;
}

.ads
{
	position : absolute;
	top : 170px;
	left : 8px;
	width:145px;
	border : 1px solid black;
	background-color : white;
	text-align : center;
}
#form	{
	display:block;
	width:140px;
	margin:0px;
	
}
h4	{
	color:#FD4000;
	font-size:18px;
}
.select-amount	{
	display:none;
}
.first-name, .last-name, .email  {
   width:110px;
   font-size:12px;
   margin-bottom:3px;
}
.check-01, .check-02, .check-03 {
   display:none;
}
.check-04	{
	font-size:11px;
	width:140px;
}
.check-04 a	{
	text-decoration:none;
	color:#FF6600;
}
.check-04 a:hover	{
	text-decoration:underline;
}
.continue-button {
	margin-top:0px;
}

#disclosures	{
	text-align:center;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
	
}
#disclosures ul li {  
  display:inline;
  margin-right:20px;
}
#disclosures ul li a	{
	color:#000000;	
	text-decoration:none;
}
#disclosures ul li a:hover	{
	text-decoration:underline;
}