/* 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:365px; /*310*/
width:530px;  /*503*/
background:url(../img/Lightbox-Background.gif); /*Mau bg khung popup*/
/*border:2px solid #cecece;*/
z-index:2;
padding-left:28px; /*20*/
padding-top:125px; /*20*/
padding-right:12px; /*20*/
padding-bottom:20px; /*20*/
}
#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:20px;
line-height:20px;
right:50px; /*6*/
top: 90px; /*6*/
position:absolute;
color:#FFFFFF;
/*border:2px solid #cecece;*/
font-weight:bold;
display:block;
}
#button{
text-align:center;
margin:50px;
}
