#shadow {
width:100%;
display:none;
position:absolute;
top:0px;
left:0px;
z-index:2;
background:url('/img/popup/shadow.png') repeat 0 0;
}

.popup {
width:640px;
height:300px;
margin:-150px 0 0 -320px;
display:none;
position:absolute;
top:50%;
left:50%;
z-index:3;
}
.popup .top {
width:640px;
height:10px;
font-size:1px;
position:relative;
z-index:1;
background:url('/img/popup/top.png') no-repeat 0 0;
}
.popup .btm {
width:640px;
height:10px;
font-size:1px;
position:relative;
z-index:1;
background:url('/img/popup/btm.png') no-repeat 0 0;
}
.popup .cnt {
width:570px;
padding:20px;
border:15px solid #e5e6eb;
overflow:hidden;
position:relative;
z-index:1;
background:#fff;
}

.popup .close {
position:absolute;
top:6px;
right:15px;
z-index:2;
}
.popup .close img {display:block;}

.popup .left {
width:300px;
float:left;
}
.popup .right {
width:270px;
padding:15px 0 0 0;
float:left;
}
.popup .right p {
margin:0px;
font:bold 14px/24px tahoma,arial,verdana,sans-serif;
color:#ee1d23;
}
.popup .right p a {
color:#000;
}


.on {display:block !important;}
.off {display:none !important;}