#popup_container {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    min-width: 300px; /* Dialog will be no smaller than this */
    max-width: 600px; /* Dialog will wrap after this width */
    background: #FFF;
    border: solid 5px #999;
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#popup_title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.75em;
    color: #666;
    /*background: #CCC url(https://wfgo1gateway.api.bterrell.com/Images/JAlert/sprite.png) 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(https://wfgo1gateway.api.bterrell.com/Images/JAlert/info.gif);*/
    padding: 1em 1.75em;
    margin: 0em;
}

    #popup_content.info {
        color: #00529B;
        background-color: #BDE5F8;
        /*background-image: url(https://wfgo1gateway.api.bterrell.com/Images/JAlert/info.png);*/
    }

    #popup_content.success {
        color: #4F8A10;
        background-color: #DFF2BF;
        /*background-image: url(https://wfgo1gateway.api.bterrell.com/Images/JAlert/success.png);*/
    }

    #popup_content.warning {
        color: #9F6000;
        background-color: #FEEFB3;
        /*background-image: url(https://wfgo1gateway.api.bterrell.com/Images/JAlert/warning.png);*/
    }

    #popup_content.error {
        /*color: #D8000C;*/
        color: #000000;
        background-color: #FFBABA;
        /*background-image: url(https://wfgo1gateway.api.bterrell.com/Images/JAlert/error.png);*/
    }

    #popup_content.confirm {
        /*background-image: url(https://wfgo1gateway.api.bterrell.com/Images/JAlert/important.gif);*/
    }

    #popup_content.prompt {
        /*background-image: url(https://wfgo1gateway.api.bterrell.com/Images/JAlert/help.gif);*/
    }

#popup_message {
    padding-left: 48px;
}

#popup_panel {
    text-align: center;
    margin: 1em 0em 0em 1em;
}

#popup_prompt {
    margin: .5em 0em;
}


.Customer#popup_container {
    border-bottom-color: #999999;
    border-top-color: #999999;
    font-size: 13px;
    font-family: Verdana,Arial,Tahoma,Helvetica, sans-serif;
    background: #f4f4f4;
    color: #000000;
    border-right-color: #999999;
    border-left-color: #999999;
    border-width: 3px;
}

    .Customer#popup_container #popup_title {
        text-align: left;
        padding-left: 1em;
        background: #f4f4f4;
        color: #000000;
        font-weight: normal;
        border: 0;
        border-style: none;
        font-size: 17px;
        font-weight: bold;
    }

    .Customer#popup_container #popup_content {
        clear: both;
        /*background:transparent url(https://wfgo1gateway.api.bterrell.com/Images/alert-icon.png) no-repeat scroll 16px 30%;*/
        margin: 0em;
        padding: 1em 1.75em;
    }

    .Customer#popup_container #popup_message {
        padding-left: 35px;
    }

    .Customer#popup_container INPUT[type='button'] {
        border-style: none;
        font-family: Verdana,Arial, Helvetica, sans-serif;
        /*background: url(https://wfgo1gateway.api.bterrell.com/Images/buttonMain.png) no-repeat;*/
        background-position: 0 0;
        color: #FFF;
        width: 83px;
        height: 31px;
        vertical-align: middle;
        text-align: center;
        font-size: 13px;
        cursor: pointer;
        text-decoration: none;
    }

        .Customer#popup_container INPUT[type='button']:hover {
            border-style: none;
            /*background: url(https://wfgo1gateway.api.bterrell.com/Images/buttonMain.png) no-repeat;*/
            background-position: 0 -31px;
            height: 31px;
            width: 83px;
        }

        .Customer#popup_container INPUT[type='button']:active {
            border-style: none;
            /*background: url(https://wfgo1gateway.api.bterrell.com/Images/buttonMain.png) no-repeat;*/
            background-position: 0 -31px;
            height: 31px;
            width: 83px;
        }
