#popup_overlay {
    background-color: #000000 !important;
    filter: alpha(opacity=50) !important;
    opacity: 0.7 !important;
}

#popup_container {
    font-size: 12pt;
    min-width: 500px; /* Dialog will be no smaller than this */
    /*min-height:400px;*/
    max-width: 600px; /* Dialog will wrap after this width */
    background: #FFF;
    border: solid 5px #dddddd;
    color: #000;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#popup_title {
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    color: #666;
    /*background: #CCC url(img/title.gif) top repeat-x;*/
    border: solid 1px #FFF;
    border-bottom: solid 1px #999;
    cursor: default;
    padding: 0em;
    margin: 0em;
}

#popup_content {
    /*background: 16px 16px no-repeat url(../img/info.gif);*/
    padding: 1em 1.75em;
    margin: 0em;
}

    #popup_content.alert {
        /*background-image: url(../img/info.gif);*/
    }

    #popup_content.confirm {
        /*background-image: url(../img/important.gif);*/
    }

    #popup_content.prompt {
        /*background-image: url(../img/help.gif);*/
    }

#popup_message {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

#popup_panel {
    text-align: center;
    margin: 1em 0em 0em 1em;
}

    #popup_panel input {
        border: 0;
        height: 50px;
        font-weight: bold;
        font-size: 12pt;
        text-transform: uppercase;
        color: #FFFFFF;
        cursor: pointer;
    }

    #popup_panel #popup_prompt {
        margin: .5em 0em;
    }

    #popup_panel #popup_cancel {
        width: 140px;
        color: #3db0a7;
        background: transparent url("../../images/gray-button.png");
    }

    #popup_panel #popup_ok {
        width: 210px;
        background: transparent url("../../images/base-button.png");
    }
