div.login-popup
{	
	position:fixed;
	top:50%;
	left:50%;
	z-index:999;
	display:none;
	width:90%;
	min-width:250px;
	max-width:700px;	
}
div.close-popup
{
	position: absolute;
    top: 0px;
    right: 0px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 999;
    background: url(../images/close_page.png) center no-repeat ;
    background-size: 65% 65%;
}
div#baophu
{
	background:#000;
	opacity:0.8;
	z-index:998;
	left:0px;
	top:0px;
	position:fixed;
	width:100%;
	height:100%;
	display:block;
}
.popup_thongbao {
    width: 300px;
    background: #fff;
    text-align: center;
    border: 1px solid #D0CFCF;
    font-size: 13px;
}
.popup_thongbao .tieude_tb {
    background: #E80019;
    padding: 7px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.popup_thongbao .popup_kq {
    padding: 10px;
    font-weight: bold;
    color: #4C4C4C;
}
.xemgiohang {
    color: #E80019;
    display: block;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 13px;
    transition: 0.4s;
    margin: auto;
    margin-top: 7px;
}