.simple_overlay { 
    display:none; 
    z-index:10000; 
    background-color:#fff; 
    width:805px;     
    min-height:530px; 
    border:3px solid #cccccc; 
} 
 
.simple_overlay .close { 
    background-image:url(../bbr_images/btn_close.gif); 
    position:absolute; 
    right:0px; 
    top:0px; 
    cursor:pointer; 
    height:30px; 
    width:76px; 
}

.details { 
    position:absolute; 
    top:15px; 
    right:15px; 
    font-size:11px; 
    color:#000000;
} 
 
.details h3 { 
    color:#aba; 
    font-size:15px; 
    margin:0 0 -10px 0; 
}
div.popup_content .left_col{
	width:480px;
	float:left;
	overflow:hidden;
	padding:30px 0 0 30px;
}
div.popup_content .right_col{
	width:277px;
	float:right;
	overflow:hidden;
	padding:0px 0 0 0px;
}
table.form{
	clear:both;
	float:left;
}
input.submit{
	background:url(../bbr_images/btn_submit.gif) no-repeat 0 0;
	width:397px;
	height:57px;
	overflow:hidden;
	border:0;
	margin:23px 0 15px 87px;
	float:left;
}
input.submit:hover{
	background:url(../bbr_images/btn_submit.gif) no-repeat 0 -57px;
}
table.form td.style49{
	font-size:14px;
	color:#7f7f7f;
	font-weight:normal;
}
table.form td{
	padding:0 8px 0 0;
}
div.form_box{
	padding:0 0 0 66px;
	clear:both;
}
div.form_box p{
	font-size:14px;
	color:#7f7f7f;
	font-weight:normal;
	margin:0 0  10px 0;
}
input.close_submit{
	background:none;
	border:0;
	color:#7F7F7F;
	font-weight:bold;
}