/*
a {
	text-decoration:none;
	color:#48648F;
	font-weight:bold;
}
#main {
	text-align: left;
	height:450px;
	margin-left: auto;
	margin-right: auto;
	width: 360px;
}.termsheader {
	font: bold 18px Arial, Verdana, Sans-Serif;
	color: #9CC8C7;
	margin-bottom: 5px;
}
#print {
	float: right;
	width: 100px;
	text-align: right;
	margin-top: 5px;
}
#print a {
	font-size: 14px;
}
#terms {
	overflow:auto;
	height: 180px;
	border: 2px solid #fff;	
	margin-bottom: 15px;
	padding: 5px;
}
#divEmail {	
	padding-bottom: 20px;
}
#btnHidden {
	margin-left:  -1000px;
}

#links {
	margin-top: 20px;
	padding-top: 20px;
	text-align: right;
}
#btnAccept, #btnDecline,#aBack {
	position:relative;
	display: block;
	width: 79px;
	height: 18px;
	background: url("/public/images/div1/layout/button_accept.gif") 0 0 no-repeat;
}
#btnDecline{
	background: url("/public/images/div1/layout/button_decline.gif") 0 0 no-repeat;
	margin-left: 90px;
	margin-top: -31px;
}
#btnSubmit
{
	position:relative;
	display: block;
	width: 110px;
	height: 40px;
	background: url("/public/images/div1/layout/submit_small.gif") 0 0 no-repeat;
	
}
#btnBack
{
	position:relative;
	display: block;
	width: 110px;
	height: 40px;
	background: url("/public/images/div1/layout/back_small.gif") 0 0 no-repeat;
	
}


.divider{
float:right;
	margin-left:5px;
	margin-right:5px;
}
a#btnAccept:hover,   #btnDecline:hover, #aBack:hover {
	background-position: -79px 0;
}
#aContact{

	float: right;

	

}
#aHelp{

	float:right;

}
#aBack{
	background: url("/public/images/div1/layout//button_back.gif") 0 0 no-repeat;
	border: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
#divlegalfooter {
	text-align: center;
	margin-top: 20px;
	padding-bottom: 20px;	
}

#divlegalfooter p
{
	display:inline;
}

#right
{
	display:block;
	width:100%;
	height: 450px;
	float:left;
	
	margin-top: 0px;
}



* html #right
{
	margin-top:-3px;
}

#header
{

	height:30px;
}

#header2
{ 
	display:none;
}

#headerbottom
{
	clear:both;
	position:relative;
	display:block;
	color:Red;
  
	height:30px;
	margin-top: -2px;
}

#headerbottom2
{
	background-color:#E7E1E2;
	height:3px;
	line-height:1px;
	display:block;
	font-size:1px;
	margin-top: -2px;
}

html>body #headerbottom2
{
	margin-top:0;
}
*/