﻿#popup_container {
    font-size: 16px;
    min-width: 450px;
    max-width: 600px;
    background: #FFF;
    color: #000;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
    position: fixed;
}

#popup_icon {
    font-size: 48px;
    padding: 6px;
}

#popup_title {
}

#popup_content {
    padding: 10px;
    margin: 0em;
    margin-bottom: 5px;
    margin-top: 5px;
}

#popup_message {
}

#popup_footer {
    text-align: center;
    border-top: 1px solid #F5F5F5;
    padding: 10px;
}

    #popup_footer input[type=button] {
        width: 100px;
        font-weight: 500;
    }

#popup_prompt {
    margin: .5em 0em;
}
