body
{
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
	background-image : url(/images/bg.jpg);
	width : 100%;
}

.toptext
{
	position : absolute;
	width : 160px;
	top : 175px;
	left : 5px;
	background-color : #E1E1E1;
	padding : 3px;
	border : 1px solid black;
}

.toptext h1
{
	font-size : 12px;
	margin : 0px;
	padding : 0px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}

.nav
{
}

.content
{
	position : relative;
	margin : 175px 150px 10px 185px;
}


td
{
	font-size : 12px;
}

.ads
{
	position : absolute;
	text-align : center;
	top : 175px;
	right : 5px;
}


.breadcrumbs
{
	text-transform : capitalize;
}
#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 {
	float:right;
	width:220px;
	margin:20px;
}
.form p {
	font-size:20px;
	margin:0px 0px 10px 0px;
}
.select-service, .select-property, .select-credit {
   display:block;
   clear:both;
   margin-bottom:20px;
}
.labels	{
   font-size:12px;
   font-weight:bold;
}
.select-service select, .select-property select, .select-credit select {
   width:200px;
   font-size:12px;
   padding:2px;
   background-color:#CCCCCC !important;
}
.continue-button input {
   margin-top:10px;

}

