.lightbox_content {
	display: none;
        width: 800px;
        height: 200px;
        background-color: white;
        position:absolute;
        left:0; right:0;
        top:0; bottom:0;
        margin:auto;
        max-width:100%;
        max-height:100%;
        overflow:auto;			
	padding: 10px;
	border: 10px solid black;
	background-color: white;
	z-index:9999999;
	overflow: auto;
	border-radius: 20px;
   -moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
}
.main_dark_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:9999990;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}