body
{
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
}

.toptext
{
	position : absolute;
	font-size : 12px;
	top : 3px;
	right : 3px;
	width : 250px;
	z-index : 5;
}

.toptext h1
{
	font-size : 12px;
}

.nav
{
	position : absolute;
	top : 150px;
	left : 3px;
}

.content
{
	position : relative;
	margin : 150px 150px 15px 200px;
	padding : 5px;
	border-left : 1px solid black;
	border-right : 1px solid black;
}


td
{
	font-size : 12px;
}

.ads
{
	position : absolute;
	top : 150px;
	right : 3px;
}
#disclosures {
	display:block;
	clear:both;
	width:100%;
	text-align:center;
}
#disclosures ul {
	margin:0px;
	padding:0px;
}
#disclosures ul li {
	display:inline;
	margin-right:10px;
}

.select-service, .select-property, .select-credit {
   display:table;
}
.labels	{
   display:none;
}
.select-service select, .select-property select, .select-credit select {
   font-size:12px;
   clear:both;
   margin-bottom:10px;
   width:180px;
   background-color:#FFFF99 !important;
}
.select-service select:hover, .select-property select:hover, .select-credit select:hover {

}
.continue-button input {
   margin-top:10px;
   margin-left:30px;
}
.get {
	color:#FF9900;
	font-size:18px;
	font-weight:bold;
}