#popup_container {
    width: 350px;
    background-color: #525252;
}
#popup_title { margin-left: 10px; }
#popup_message { text-align: center; }
#popup_panel input#popup_ok {
    color: #797979;
    font-weight: bold;
    padding-right: 20px;
    float: right;
    text-align: right;
    border: 0;
    width: auto;
    clear: both;
    background: transparent url(/gfx/bg_btn.gif) no-repeat 100% 4px;
    cursor: pointer;
    color: #000;
}
