.fxb-flat{
	width:100%;
	height:100%;
    position:fixed;
	display:block;
	background-color:rgba(0,0,0,0.5);
}
.th-flat{
	border-radius: 0px;
    box-shadow: 0 0 9px #000000;
	border:6px solid #FB9F32;
	border-top:30px solid #FB9F32;
	box-shadow: none;
}

.cl-flat{
	width:45px;
    height:20px;
    margin:-30px 0px 0 0;
	border-radius: 0;
	z-index: 99;
	background-image:url(img/closebtn.png);
	right:0px;
}

.cl-flat:hover{
	background-image:url(img/closebtn-hover.png);
}

.bt-flat{
	border-radius:0px;

}