.leightbox {
	width: 400px;
	color: #333;
	display: none;
	position: absolute;
	top:30%;
	left: 45%;  
	padding: 1em;
	border: 1px solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

html>body .leightbox {
	position: relative;
	top:0%;
	left: 0%;
}


#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0; 
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#ffffff;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}

.box_footer {
	float: left;
	width: 375px;;
	background-color: #ffffff;
	padding: 0px;
}

.box_footer a
{	float: right;
	font-family:Verdana, Helvetica ;
	font-size:11px;
	font-style:normal;
    line-height:normal;
	color:#660000;
	font-weight:bold;
    text-decoration:none;
}
.box_footer.a:hover
{	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #6C6C5E;
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }