
.popup-box {
position:absolute;
display:none;
width:304px;
z-index:5;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

.popup-box h6 {
font-weight:bold;
float:left;
width:206px;
display:block;
height:18px;
line-height:18px;
margin-bottom:1em;
}

.popup-box ol li {
margin-bottom:1em;
}

.popup-box-header {
background:url(/_common/images/popup/popup-top.png) no-repeat;
display:block;
height:43px;
width:304px;
float:left;
clear:both;
}

.popup-box-body {
float:left;
clear:both;
width:224px;
padding:0px 40px;
background:url(/_common/images/popup/popup-bg.gif) repeat-y;
}

.popup-box-content {
padding:0px 35px 0px 35px;
margin-top:10px;
margin-bottom:-10px;
position:relative;
z-index:10;
}

.popup-box-footer {
background:url(/_common/images/popup/popup-btm.png) no-repeat;
display:block;
height:73px;
width:304px;
float:left;
clear:both;
}

.popup-box-close {
background:url(/_common/images/popup/popup-close-button.gif) no-repeat;
display:block;
height:18px;
width:18px;
float:left;
z-index:999;
}

