#popup_overlay {
    background-color:                   #000000 !important;
}
#popup_container {
    border-color:                       #000 !important;
}
#popup_container #popup_title {
    background:                   #555555 !important;
    color:                              #fff !important;
    width:92%;
    border-bottom:solid 1px #333;
}
#popup_container #popup_content {
    color:                              #000000 !important;
}
#popup_container .popup_btn {
    background-color:                   #555555 !important;
    color:                              #FFFFFF !important;
}
#popup_container .popup_btn_over {
    background-color:                   #4a7aaa !important;
    color:                              #fed724 !important;

}