@charset "utf-8";
/* CSS Document */

#backgroundPopup{ 
display:none; 
position:fixed; 
_position:absolute; /* hack for internet explorer 6*/ 
height:100%; 
width:100%; 
top:0; 
left:0; 
background:#000000; 
border:1px solid #cecece; 
z-index:1; 
} 
#popupContact{ 
display:none; 
position:fixed; 
_position:absolute; /* hack for internet explorer 6*/ 
height:320px; /*ปรับความสูงได้ตามความต้องการ*/ 
width:300px; /*ปรับความกว้างได้ตามความต้องการ*/ 
z-index:2; 
padding:8px; 
font-size:13px; 
} 
#popupContact h3{
text-align:left;
color:#920000;
font-size:12px;
font-weight:bold;
border-bottom:1px dotted #ffffff;
padding-bottom:2px;
margin-bottom:20px;
text-shadow:0.5px 0.5px 0.5px #ffffff
} 
#popupContactClose{ 
font-size:14px; 
line-height:14px; 
left:8px; 
top:4px; 
position:absolute; 
color:#99FF66;
font-weight:bold; 
display:block;
cursor:pointer; 
} 
#button{ 
text-align:center; 
float:center;
cursor:pointer;
}
