.fxb-dark{
	background-color:rgba(0,0,0,0.5);
}
.th-dark{
	border-radius: 9px;
	-moz-box-shadow:    1px 0 0 9px #000000;
    -webkit-box-shadow: 1px 0 0 9px #000000;
    box-shadow: 0 0 9px #000000;
}

.cl-dark{
	width:36px;
    height:36px;
    margin:-18px -18px 0 0;
	border-radius: 100%;
	z-index: 99;
	background-image:url(img/closebtn.png);
}

.bt-dark{
	border-radius:6px;
	-moz-box-shadow: inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow: inset 0 0 10px #000000;
}