#popup_container {
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    min-width: 300px; 
    max-width: 600px; 
    background: #FFF;
    border: solid 5px #999;
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    border-color: #868686;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 10px;
    display: inline;
    box-sizing: content-box;
}
#popup_title {    
    color: #1A2155;
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 0 15px;
    text-align: left;
    background: none;
    border: none;
    cursor: default;
    margin: 33px 16px 0 0;
}
#popup_content {
    background: 16px 5px no-repeat url(images/info.gif);
    margin: 0;
    padding: 1em 0;
    font-weight: normal;
}
#popup_content.alert {
    background-image: url(images/icons-alert-warn-33px.png);
    width:100%;
    padding-top: 25px;    
}
#popup_content.confirm {
   background-image: url(images/icons-alert-warn-33px.png);
}
#popup_content.prompt {
   background-image: url(images/help.gif);
}
#popup_message {
    padding-left: 60px;
    vertical-align: middle;
}
#popup_panel {
    text-align: center;
    margin: 1.75em 0 0 0;
    padding: 0 0 2px 0;
}
#popup_prompt {
    margin: .5em 0em;
}
#popup_ok {    
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0.4) inset;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
    
    background: #3789d3; 
    background: -moz-linear-gradient(top, #3789d3 0%, #376fe0 49%, #036ac7 51%, #1a5ad9 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3789d3), color-stop(49%,#376fe0), color-stop(51%,#036ac7), color-stop(100%,#1a5ad9)); 
    background: -webkit-linear-gradient(top, #3789d3 0%,#376fe0 49%,#036ac7 51%,#1a5ad9 100%); 
    background: -o-linear-gradient(top, #3789d3 0%,#376fe0 49%,#036ac7 51%,#1a5ad9 100%); 
    background: -ms-linear-gradient(top, #3789d3 0%,#376fe0 49%,#036ac7 51%,#1a5ad9 100%); 
    background: linear-gradient(top, #3789d3 0%,#376fe0 49%,#036ac7 51%,#1a5ad9 100%); 
}
#popup_cancel {
    margin-left: 5px;
    
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0.4) inset;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
    
    background: #757575; 
    background: -moz-linear-gradient(top, #757575 0%, #6f6f6f 49%, #606060 51%, #575757 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#757575), color-stop(49%,#6f6f6f), color-stop(51%,#606060), color-stop(100%,#575757)); 
    background: -webkit-linear-gradient(top, #757575 0%,#6f6f6f 49%,#606060 51%,#575757 100%); 
    background: -o-linear-gradient(top, #757575 0%,#6f6f6f 49%,#606060 51%,#575757 100%); 
    background: -ms-linear-gradient(top, #757575 0%,#6f6f6f 49%,#606060 51%,#575757 100%); 
    background: linear-gradient(top, #757575 0%,#6f6f6f 49%,#606060 51%,#575757 100%); 
    color: #fff;
}
    