body
{
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
}

.toptext
{
	position : absolute;
	top : 5px;
	left : 550px;
	right: 500px;	
	color : blue;
}

.toptext h1
{
	font-size : 12px;
	margin : 0px;
	padding : 0px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}

.nav
{
	position : absolute;
	width : 100%;
	top : 200px;
	left : 0px;
	background-color : #F7D703;
	font-weight : bold;
	padding : 5px 0px;
	text-align : center;
}

.nav a
{
	padding : 5px;
	color : black;
}

.nav a:hover
{
	background-color : black;
	color : #F7D703;
}
.support a	{
	margin:0px 6px 0px 6px;
}

.content
{
	position : relative;
	margin : 235px 210px 10px 10px;
}

.content a
{
	color : red;
}
a	{
	text-decoration:none;
}
a:hover	{
	text-decoration:underline;
}

td
{
	font-size : 12px;
}

.ads
{
	position : absolute;
	text-align : center;
	top : 235px;
	width:200px;
	right : 10px;
}

.breadcrumbs
{
	text-transform : capitalize;
}

#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;
   float:right;
   
}
h4	{
	font-size:18px;
	color:#E1E100;
}

.select-amount, .first-name, .last-name, .email {
	width:150px;
	font-size:12px;
	background-color:#ffffff !important;
	margin-bottom:10px;
	
}
.check-01, .check-02, .check-03 {
   display:none;
}
.check-04	{
	display:table;
}


.continue-button {
   margin-top:10px;
}