body
{
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
	background-color : #B8B7B7;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
	width : 100%;
	text-align : center;
}

.toptext
{
	z-index : 5;
	width : 500px;
	padding : 5px;
	background-color : #E1E1E1;
	border : 1px solid black;
}

.contain
{
	position : absolute;
	top : 145px;
	left : 0px;
	width : 100%;
	z-index : 5;
}

.toptext h1
{
	font-size : 12px;
	margin : 0px;
	padding : 10px;
}

.toptext p
{
	margin : 0px;
	padding : 10px;
}

.nav
{
	background-color : black;
	color : white;
	width : 550px;
	padding : 5px 0px;

}

.nav a
{	
	padding : 5px;
	color : white;
}

.content
{
	width : 550px;
	background-color : white;
	text-align : left;
	padding : 150px 5px 5px 5px;
	border-width : 0px 1px 1px 1px;
	border-color : black black black black;
	border-style : solid solid solid solid;
}

.container
{
	position : relative;
	margin : 100px 0px 0px 0px;
}

td
{
	font-size : 12px;
}

#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	{
   display:table;
   float:right;
   position:relative;
   padding:20px;
   
}

.service-select, .first-name, .last-name, .email {
	width:150px;
	font-size:12px;
	margin-bottom:10px;
	background-color:#ffffff !important;
	display:block;

}

.service-select {
	width:180px;

}

.continue-button {
	margin-left:0px;
	margin-bottom:20px;
  
}


