body
{
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
	background-color: FCEBD5;
}

h1, h2, h3
{
	font-size: ;
}

a:link
{
	color: #226D63;
}

a:visited
{
	color: #539D93;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
}

.toptext
{
	position : absolute;
	top : 40px;
	left : 280px;
	background-color: #FBEFE0;
	border: 1px solid #DEB598;
	width: 400px;
	padding: 10px;
}

.toptext h1
{
	font-size : 12px;
	margin : 0px;
	padding : 0px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}

.nav
{
	position : absolute;
	top : 160px;
	left : 240px;
	width: 560px;
	font-size: 10px;
	text-align: center;
	border-bottom: 1px solid #DEB598;
	padding-bottom: 5px;

}

.nav span
{
	padding: 5px;
}

.nav a
{
	color: #8F2120;
}

.content
{
	position : absolute;
	top : 220px;
	left : 10px;
	width: 610px;
	border-right: 1px solid #DEB598;
	padding-right: 10px;

}


td
{
	font-size : 12px;
}

.ads
{
	position : absolute;
	top : 220px;
	left : 640px;
	text-align : center;
}

.breadcrumbs
{
	text-transform : capitalize;
}

#right-block	{
	display: table;
	position: absolute;
	top: 220px;
	left: 635px;
	width: 220px;
	height: 276px;
	background-image:url(/images/form-bg.jpg);
	background-repeat:no-repeat;	
}
#form	{
   display:table;
   text-align:left;
   margin-top: 55px;
   padding: 0px 9px 0px 9px;
}

.select-amount select, .labels	{
   font-size:11px;
   font-family:Arial, Helvetica, sans-serif;
   font-weight:normal;
   text-align:left;
   margin-bottom:2px;
}

.first-name, .last-name, .email {
   display:table;
   font-size:11px;
   text-align:left;
   margin-bottom:2px;
}
.first-name input, .last-name input, .email input {
 	width:170px;
 	font-size:11px;
   	border:inset;
   	border-color: #333333;
	margin-bottom:2px;
}
.check-01, .check-02, .check-03 {
	display:none;
}
.check-04 {
   display:inline-table
   font-size:10px;
   font-weight:normal;
}
.continue-button input {
   margin-top:6px;
   margin-left:58px;
}


#disclosures ul	{
	margin:0px;
}
#disclosures ul li {  
  display:inline;
  margin-right:20px;
}