@charset "UTF-8";
/* CSS Document for popup */

#pop-bg { background:url(../images/pop-bg.png) repeat;z-index:99; width:100%; height:100%; position:fixed; top:0; left:0; display:none;}
#pop-fg {width:600px; height:400px; margin-left:auto; margin-right:auto; margin-top:10%; background:url(../images/pop-fg.jpg); border:10px solid #000; box-shadow:#fff 0 0 15px;}
#pop-fg h1, #pop-fg h2, #pop-fg p {color:#fff;text-shadow:#000 0 0 5px; font-family:Arial, Helvetica, sans-serif;}
#pop-fg h1 {font-size:36px; font-weight:bold; padding:20px 0 0 5px;}
#pop-fg .inner {width:350px; float:right; margin-top:150px;}
#pop-fg h2 {}
#pop-fg p {}
#pop-fg a {color:#fff;}
.closealert {float:right; cursor:pointer; font-size:10px;}