body
{
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
	width : 100%;
	background-color : #F7F7F7;
}

.toptext
{
	position : absolute;
	top : 100px;
	left : 165px;
	z-index : 5;
	width : 250px;
}

.toptext h1
{
	font-size : 12px;
	margin : 0px;
	padding : 0px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}

.nav
{
	position : absolute;
	top : 100px;
	left : 425px;
	width : 200px;
	z-index : 6;
}

.content
{
	position : relative;
	margin : 245px 150px 10px 200px
}


td
{
	font-size : 12px;
}

.nav2
{
	position : absolute;
	top : 245px;
	left : 4px;
	padding : 3px;
	width : 175px;
	border : 1px solid #1C2D54;
	background-color : #CBD1E1;
	
}

.ads
{
	position : absolute;
	top: 245px;
	right : 3px;
	text-align : center;
}

.breadcrumbs
{
	text-transform : capitalize;
}
h4	{
	font-size:16px;
	color:#CB163A;
	margin:0px;
	margin-left:8px;
	margin-bottom:10px;
}

#disclosures {
	display:block;
	width:100%;
	text-align:center;
	clear:both;
}
#disclosures ul {
	margin:0px;
	padding:0px;
}
#disclosures ul li {
	display:inline;
	margin-right:6px;
}

.first-name, .last-name, .email {
   width:150px;
   font-size:12px;
   background-color:#FFFfff !important;
   margin-bottom:12px;
   margin-left:10px;
}

.first-name:hover, .last-name:hover, .email:hover {
	background-color:#FFFFff !important;
}
.check-01, .check-02, .check-03, .select-amount {
   display:none;
}
.check-04 {
	width:170px;
}
.continue-button input {
    margin-top:10px;
	margin-left:20px;
}