body
{
	font-size : 12px;
	font-family : times new roman;
	padding : 0px;
	margin : 0px;
	background-image : url(/images/bg.gif);
	color : #2D2D2D;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
	border-bottom : 3px double #4D623C;
}

.toptext
{
	position : absolute;
	font-size : 10px;
	background-color : #E0DFC6;
	border-width: 0px 4px 4px 4px;
	border-style : solid;
	border-color : #4D623C;
	top : 0px;
	left : 485px;
	padding : 5px;
	width : 175px;
}

.toptext h1
{
	margin : 0px;
	padding : 0px;
	font-size : 12px;
}



.content
{
	position : relative;
	background-color : #E0DFC6;
	border-right : 4px solid #4D623C;
	width : 450px;
	padding : 185px 10px 10px 10px;
}


td
{
	font-size : 12px;
}

.ads
{
	position : absolute;
	font-size : 11px;
	background-color : #E0DFC6;
	border-width: 4px 4px 4px 4px;
	border-style : solid;
	border-color : #4D623C;
	top : 180px;
	left : 485px;
	padding : 5px;
	width : 175px;
	text-align : center;
}
#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, .select-property select, .select-credit select {
	width:150px;
	font-size:12px;
	padding:2px;
	margin-bottom:10px;
}
.continue-button {
	margin-top:10px;
}