body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	background-repeat:repeat;
	font-size:12px;
	margin:0px;
}
form	{
	margin:0px;
}
td.leftshader	{
	background-image:url(images/left-shade.jpg);
	background-repeat:repeat-y;
}
td.rightshader	{
	background-image:url(images/shade-right.png);
	background-repeat:repeat-y;
}
td.main	{
	background-image:url(images/moneybg.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#64868F;
}
td.form	{
	background-image:url(images/formbg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#CDB460;
}
td.rightshadergray	{
	background-image:url(images/shade-right.png);
	background-repeat:repeat-y;
}
td.leftshadergray	{
	background-image:url(images/shade-left.png);
	background-repeat:repeat-y;
}
td.topboxyellow	{
	background-image:url(images/yellow-box-top.jpg);
	background-repeat:no-repeat;
}
td.topboxgreen{
	background-image:url(images/green-box-top.jpg);
	background-repeat:no-repeat;
}
td.topboxblue	{
	background-image: url(images/blue-box-top.jpg);
	background-repeat:no-repeat;
}
td.boxbg	{
	background-image:url(images/box-bg.jpg);
	background-repeat:repeat-y;
	padding:8px;
}
td.copyright	{
	color:#8F8F8F;
	font-size:10px;
}
td.topformtext	{
	font-size:11px;
}	
h1 {
	color:#FFFFFF;
	font-size:22px;
	margin:0px;
}
h2	{
	font-size:18px;
	margin:0px;
	color:#759A33;
}
h2.toptextbox	{
	color:#FFFFFF;
	font-size:18px;
	margin:0px;
	padding-left:20px;
	padding-top:8px;
}
div.titlesupport	{
	color:#CCCCCC;
	font-size:11px;
}
a.bottomnav	{
	color:#8F8F8F;
	font-size:12px;
	text-decoration:none;
}
a.bottomnav:hover	{
	color:#607363;
	font-size:12px;
	text-decoration:none;
}
a.topnav	{
	color:#979797;
	font-size:14px;
	text-decoration:none;
}
a.topnav:hover	{
	color:#646464;
	font-size:14px;
	text-decoration:none;
}
a.links	{
	color:#979797;
	font-size:14px;
	text-decoration:none;
}
a.links:hover	{
	color:#646464;
	font-size:14px;
	text-decoration:none;
}
#links li{
	text-decoration:none;
	list-style:none;
}
p.questions	{
	font-size:14px;
	font-weight:800;
	color:#666666;
}




#script {
	width:230px;
	margin:20px 0px 0px 6px;
}

#disclosures ul	{
	margin:0px;
}
#disclosures ul li {  
  display:inline;
  margin-right:20px;
}

#disclosures a {
	color:#979797;
	text-decoration:none;
}
#disclosures a:hover {
	color:#646464;
	text-decoration:none;
}

.labels {
   font-size:12px;
   font-weight:bold;
}
.select-amount, .select-amount select	{
	display:none;
}
.first-name, .last-name, .email   {
   margin-bottom:6px;
   margin-left:5px;
}
.first-name input, .last-name input, .email input  {
   width:80px;
   font-size:11px;
   margin-left:32px;
}
.last-name input	{
	margin-left:32px;
}
.email input	{
	margin-left:59px;
}
.check-01, .check-02, .check-03, .check-04 {
   margin-bottom:6px;
}
.continue-button  {
   margin-top:10px;
   text-align:center;
}
