body
{
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
	background-color : #023AC4;
	width : 100%;
}

.toptext
{
	position : absolute;
	font-size : 10px;
	background-color : #E1E1E1;
	width : 160px;
	padding : 3px;
	top : 170px;
	left : 3px;
}

.toptext h1
{
	font-size : 10px;
}

.nav
{
	position : absolute;
	background-color : #E20404;
	top : 129px;
	left : 0px;
	width : 100%;
	text-align : center;
	padding : 5px 0px;
}

.nav a
{
	color : #F9D21C;
	padding : 5px;
}

.nav a:hover
{
	background-color : black;
}

.content
{
	position : relative;
	margin : 170px 150px 10px 175px;
}


td
{
	font-size : 12px;
}

.ads
{
	position : absolute;
	top : 170px;
	right : 5px;
	text-align : center;
}

#disclosures {
	display:block;
	clear:both;
	width:100%;
	text-align:center;
}
#disclosures ul {
	margin:0px;
	padding:0px;
}
#disclosures ul li {
	display:inline;
	margin-right:10px;
}




#form	{
   display:table;
}

.first-name, .last-name, .email, .select-amount  {
   width:150px;
   font-size:12px; 
   margin-bottom:10px;
   background-color:#ffffff !important;
}

.first-name:hover, .last-name:hover, .email:hover, .select-amount:hover  {

}

.check-01	{
	display:none;
}

.check-02	{
	display:none;
}

 .check-03	{
 	display:none;
}
 .check-04 {
   display:table;
}

.continue-button input {
   margin-top:10px;
   margin-left:15px;
}