#lightbox_body {
background:none;
padding:0;
}
#overlay, .overlay {
position:absolute;
top:0;
left:0;
opacity:.7;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=70);
background-color:#fff;
z-index:100;
}

#lightbox, .lightbox {
position:absolute;
z-index:101;
top:0;
left:0;
padding:15px;
background-color:#fff;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
-moz-box-shadow:0 4px 5px #999;
-webkit-box-shadow:0 4px 5px #999;
box-shadow:0 4px 5px #999;
}

/* SINGLE Gallery Lightbox */
.lightbox {padding:0;}
.lbContentFrame {
width:480px;
height:612px;
overflow:hidden;
}
#lightbox_body form {
margin:12px auto 0;
}
.email_pmt .lbContentFrame {
height:562px;
}
.lightbox_content {
padding:20px;
}

/* SINGLE Lightbox components */
#lightbox a.close, .lightbox a.close {
position:absolute;
top:-10px;
right:-11px;
width:24px;
height:24px;
background:transparent url(../images/btn_close.png) 0 0 no-repeat;
cursor:pointer;
outline:none !important;
text-indent:-9999px;
}	
	#lightbox a.close:hover, .lightbox a.close:hover {
	background:transparent url(../images/btn_close.png) -50px 0 no-repeat;
	}
	
#lbContentWrapper {
position:absolute;
z-index:101;
top:0;
left:0;
}