#popup_container {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    min-width: 300px; /* Dialog will be no smaller than this */
    max-width: 600px; /* Dialog will wrap after this width */
    background: #FFF;
    border: none;
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

}


#popupPage_container { font-size: 12px; overflow: auto; background: #FFF; border: 4px solid #376f88; border: 1px solid #376f88; margin: auto; color: #000; border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; -webkit-border-radius: 10px; }

#popup_title {
    font-size: 20px;
    
    text-align: center;
    line-height: 2em;
    background: #6c7293;
    border: solid 1px #6c7293;
    /*border-bottom: solid 1px rgba(197, 197, 197, 0.45);*/
    cursor: default;
    /*padding: 0em;
    margin: 0em;*/
    color: white;
    padding: .2rem 1rem;
    border-bottom: 1px solid #f3f3f3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}



#popup_content {
    background: 16px 16px no-repeat url(images/info.gif);
    padding: 15px 30px 10px 30px;
    margin: 0em;
    background-position: 14px 11px;
}

#popup_content.alert { background-image: url(images/info.gif); }

#popup_content.confirm { background-image: url(images/important.gif); }

#popup_content.prompt { background-image: url(images/help.gif); }

#popup_message {padding-left: 20px;font-size: 15px;}

#popup_panel { text-align: center; margin: 1em 0em 0em 1em; }

#popup_prompt { margin: .5em 0em; }
