body {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
	text-align: center; /* for IE 5x */
	background-image: url("");
	}

a:link {
	color: #336633;
	}
a:visited {
	color: #;
	}

h1 {
	font-size: 17px;
	}

h2 {
	font-size: 16px;
	}

h3 {
	font-size: 14px;
	}
	
.wrapper {
	position: relative;
	width: 661px;
	margin: 10px auto;
	text-align: left; /* reset left-align */
	}
	
.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
}

.toptext
{
	position : relative;
	top : 140px;
	left : 480px;
	width: 150px;
}

.toptext h1
{
	font-size : 12px;
	margin : 0px;
	padding : 0px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}

.nav
{
	position : absolute;
	top : 108px;
	left : 10px;
	width: 650px;
	z-index: 1;
	color: #ffffff;
	text-align: center;
}

.nav span {
	padding: 10px;
	}
	
.nav a, .nav a:visited {
	color: #DED0CE;
	text-decoration: none;
	}

.content
{
	position : absolute;
	top : 0px;
	left : 0px;
	width: 460px;
	padding: 140px 0px 10px 10px;
}


td
{
	font-size : 12px;
}

.ads
{
	text-align : center;
}


.breadcrumbs
{
	text-transform : capitalize;
}

.linkbox
{
	width: 95%;
	background-color: #ffffff;
	border: solid 1px #666666;
	padding: 10px;
	font-family: "Courier New", "Andale Mono", monospace;
	font-weight: bold;
}

#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:#FFFF66 !important;
   margin-bottom:12px;
}

.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:150px;
}
.continue-button input {
    margin-top:10px;
}
