.lightbox{
	background: rgba(0, 0, 0, 0.4);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 50;
}
.lightbox .holder{
	background:#fff;
	position:relative;
    display: inline-block;
    margin: 15% 0 0;
    padding: 48px 15px;
    vertical-align: top;
    width:250px;
	border:4px solid #545454;
	-webkit-border-radius:5px;	border-radius:5px;
}
.btn-close {
	background: url("../images/btn-close.png") no-repeat;
	position:absolute;
	left:-12px;
	top:-12px;
	height: 19px;
	width: 19px;
	overflow: hidden;
	text-indent: -9999px;
	cursor:pointer;
	border:2px solid #545454;
	-webkit-border-radius:15px;	border-radius:15px;
}
.dirrtl.lightbox .holder{direction:rtl;}
.dirrtl .btn-close{
	left:auto;
	right:-12px;
}
