body
{
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
	background-color : black;
	color : white;
	letter-spacing : 2px;
}


a
{
	color : #FFC600;
}

a:hover
{
	text-decoration : line-through blink;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
}

.toptext
{
	position : absolute;
	margin-right:250px;
	text-align : center;
	right : 3px;
	top : 3px;
	width : 200px;
	background-color : #303030;
}

.nav
{
	position : absolute;
	top : 210px;
	left : 5px;
}

.content
{
	position : relative;
	margin : 250px 250px 20px 50px;
}


td
{
	font-size : 12px;
}

.ads
{
	position : absolute;
	top : 250px;
	right : 5px;
}

#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;
   position:relative;
   margin-left:20px;
}

.service-select, .first-name, .last-name, .email {
	width:160px;
	font-size:14px;
	background-color:#ffffff !important;
	margin-bottom:10px;
	display:block;
	margin-left:20px;
}

.service-select, .first-name, .last-name, .email {

}

.continue-button {
   margin-top:10px;
   margin-left:15px;
}