div.popup_main {
    clear: both;
    position: absolute;
    width:50%;
    height:50%;
    top:250px;
    left:0%;
    z-index: 500;
}
div.popup_main div.popup_header { 
    clear:both; 
    width:100%; 
    height:24px;
    background-color:#000000; 
    border-bottom:1px solid #626262; 
    color:#ffffff; 
    text-align: center;
}
div.popup_main div.popup_header span 
{ 
    display:inline-block; 
    font-weight:bold; 
    margin-top:2px; 
}
div.popup_main div.popup_contents { 
    clear:both; 
    width:100%; 
    height:0px;
    background-color:#342F2F; 
}
div.popup_main div.popup_contents pre {
    clear: both;
    font-weight: bold;
    color: #ffffff;
    font-family: Lato;
    padding: 0px !important;
}
div.popup_main div.popup_footer {
    clear: both;
    width: 100%;
    background-color: #000000;
    border-top: 1px solid #181818;
    text-align: right;
}
div.popup_main div.popup_footer span 
{ 
    display:inline-block; 
    margin:2px 10px 0px 0px; 
}