@charset "utf-8";
/* CSS Document */

div#content{
/*	text-align: center;
*/}

div.prospectiveForm{
	width: 600px;
	float: left;
}

div.box{
	float: right;
	width: 310px;
	
	padding: 15px;
	background: #111111;
	border: 1px solid #222222;
}

div.box h2{
	font-family: "Palatino Linotype", "Trebuchet MS",  Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #cdbb84;
	padding-bottom: 3px;
	border-bottom: 1px dashed #8f8f8f;
}

div.box p{
	margin: 5px 0px;

	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #8f8f8f;
}
	
div.serviceList{
	margin: 0px auto;
	width: 505px;
}

