.lbox_overlay {
	position: fixed;
	z-index: 1000;
	background: rgba(0,0,0,.5);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	display: none;
}

.lbox {
	background: rgba(0,0,0,.5) url(../images/ajax-loader.gif) no-repeat center center;
	height: 40px;
	width: 40px;
	padding: 5px;
	margin-top: -25px;
	margin-left: -25px;
	display: none;
	overflow: hidden;
	-webkit-border-radius: 10px;
	z-index: 1001;
	position: absolute;
	top: 50%;
	left: 50%;
}

.lbox_content {
	display: none;
	text-align: left;
}

#lbox_close {
	position: absolute;
	top: 5px;
	right: -15px;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 15px;
	display: block;
	background: url(../images/close.png) no-repeat center center;
}

#lbox_close:hover {
	-webkit-box-shadow: 0 0 5px #000;
}

