body {
	margin:0px;
	background-color:#F7FACD;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px
}



/* TEXT MODS */
.copyright {
	font-size:10px;
	color:#999999;
}
a.copyright {
	color:#999999;
	text-decoration:none;
}
a.copyright:hover {
	color:#244673;
	text-decoration:underline
}
h1 {
	color:#244673;
	margin:0px;
	font-size:14px;
}



.form-top {
	background-image:url(images/form-bg-top.jpg);
	height:54px;
	background-repeat:no-repeat;
}
.form-mid {
	background-image:url(images/form-bg-mid.jpg);
	background-repeat:repeat-y;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
}
.form-bottom {
	background-image:url(images/form-bg-bottom.jpg);
	height:59px;
	background-repeat:no-repeat;
}
#form td {
	text-align:center;
	padding:8px;
}

.select-service, .select-property, .select-credit {
   margin-bottom:15px;
   text-align:center;
}
.labels	{
   display:none;
}
.select-service select, .select-property select, .select-credit select {
   font-size:12px;
}

.continue-button {
   margin-top:10px;
   text-align:center;
}
