/* CSS Document */
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:url(../img/overlay.png);
/*border:1px solid #cecece;*/
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /*hack for internet explorer 6*/
height:509px; /*310*/
width:571px;  /*503*/
/*background:url(../img/bg-thongbao-nghitet-2012.jpg); Mau bg khung popup*/
/*border:2px solid #cecece;*/
z-index:2;
}
#popupContact h1{
text-align:left;
color:#FFFFFF;
font-size:14px;
font-weight:700;
/*border-bottom:1px dotted #D3D3D3;*/
padding-bottom:0px;
margin-bottom:0px;
}
.click{
text-align:left;
color:#FFFFFF;
font-size:12px;
text-align:center;
font-weight:bold;
padding-bottom:0px;
margin-bottom:5px;
}
#popupContactClose{
font-size:11px;
line-height:20px;
right:3px; /*6*/
top: 15px; /*6*/
position:absolute;
color:#FFFFFF;
/*border:2px solid #cecece;*/
font-weight:bold;
display:block;
}
#button{
text-align:center;
margin:50px;
}

