#popup_overlay {
    background-color:                   #3b3b3b !important;
}
#popup_container {
    border-color:                       #0a381e !important;
}
#popup_container #popup_title {
    background-color:                   #0a381e !important;
    color:                              #FFFFFF !important;
}
#popup_container #popup_content {
    color:                              #595959 !important;
}
#popup_container .popup_btn {
    background-color:                   #eeeeee !important;
    color:                              #595959 !important;
    border:solid 1px #e0e0e0;
    border-radius:2px;
}
#popup_container .popup_btn_over {
    background-color:                   #8c0104 !important;
    border:solid 1px #600204;
    color:#ffffff !important;
}