#popup_content {
    margin-bottom: 0px !important;
}

#popup_container {
    background: none repeat scroll 0 0 #FFFFFF; /*border: 5px solid #6B767C;*/
    border-radius: 5px 5px 5px 5px;
    color: #000000;
    font-size: 13px;
    line-height: 20px;
    max-width: 600px;
    min-width: 300px;
    border: medium solid #0066B7;
}

#popup_title {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none; /*background: none repeat scroll 0 0 #6B767C;*/
    background: none repeat scroll 0 0 #0066B7; /*border-color: #FFFFFF #FFFFFF #6B767C;*/
    border-style: solid;
    color: #FFFFFF;
    cursor: default;
    font-family: Calibri;
    font-size: 13pt;
    font-weight: bold;
    line-height: 1.75em; /*margin: 0;*/
    margin-bottom: 4px; /*margin-top: 4px;*/ /*border-radius: 5px;*/
    padding: 0;
    text-align: center;
    text-transform: capitalize;
}

#popup_message {
    text-align: left !important;
    font-family: calibri;
    font-size: 11pt;
    padding: 0 10px;
}

#popup_panel {
    /* margin: 1em 0 0 1em;*/
    text-align: center;
}

#popup_prompt {
    margin: 0.5em 0;
}

#popup_overlay {
    /*background: url("../images/overlay.png") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;*/
    opacity: 0.8 !important;
    background-color: #000 !important;
}

#popup_ok {
    border: medium none;
    cursor: pointer;
    outline: medium none;
    text-decoration: none;
    background-color: #364A61;
    border-color: #364a61;
    margin: 5pt 0pt 10px;
    border-radius: 5px;
    height: 31px;
    width: 49px;
    color: rgb(255, 255, 255); /*background: none repeat scroll 0% 0% #525252; */
}

    #popup_ok:hover {
        background-color: #364a61 !important;
        border-color: #76abe8 !important;
    }

#popup_cancel {
    border: medium none;
    cursor: pointer;
    outline: medium none;
    text-decoration: none;
    background: url("../images/cancel_btn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    height: 38px;
    width: 180px;
    margin: 5pt 0pt 10px;
    border-radius: 5px;
    height: 28px;
    width: 80px;
    color: rgb(255, 255, 255);
}

    #popup_cancel:hover {
        background: url("../images/cancel_btn.png") no-repeat scroll 0 -31px rgba(0, 0, 0, 0) !important;
    }
