#popup_container {
    box-sizing: content-box;
    font-size: 14px;
    min-width: 300px; /* Dialog will be no smaller than this */
    max-width: 600px; /* Dialog will wrap after this width */
    background: #FFF;
    border: solid 2px #0B67CD;
    color: #000;
    box-shadow:0 1px 15px 0 #000;
}

#popup_title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    color: #FFF;
    cursor: default;
    padding: 0em;
    margin: 0em;
    letter-spacing: 1px;
    background-color: #0B67CD;
    width: auto;
    height: 50px;
    margin-bottom: 1em;
}

#popup_content {
    background: 16px 16px no-repeat url(../images/info.png);
    background-size:32px 32px;
    margin: 0em;
}

#popup_content.alert {
    background-image: url(../images/info.png);
    background-size:32px 32px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#popup_content.confirm {
    background-image: url(../images/important.png);
    background-size:32px 32px;
    margin-bottom: 1em;
}

#popup_content.prompt {
    background-image: url(../images/help.png);
    background-size:32px 32px;
    margin-bottom: 1em;
}

#popup_message {
    padding: 1em 1.75em 1em 70px;
}

#popup_panel {
    text-align: center;
    
}

#popup_prompt {
    margin: .5em 0em;
}
#popup_content hr{
    width: 100%;
    background:#289DC2;
    height: 2px;
    border: 0;
    margin: 0 0 1em 0 !important;
    padding: 0 !important;
}

.btn-default2{color:#444;background:#eee;background:-webkit-linear-gradient(#fff, #ddd);background:-moz-linear-gradient(#fff, #ddd);background:-o-linear-gradient(#fff, #ddd);background:-ms-linear-gradient(#fff, #ddd);background:linear-gradient(#fff, #ddd);border:1px solid #aaa;border-bottom-color:#919191;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.15);box-shadow:0 1px 2px rgba(0,0,0,0.15);-webkit-border-radius:3.01px;border-radius:3.01px;padding:.55em 1.5em;cursor:pointer;}
.btn-default2:hover{background:-webkit-linear-gradient(#fff, #eaeaea);background:-moz-linear-gradient(#fff, #eaeaea);background:-o-linear-gradient(#fff, #eaeaea);background:-ms-linear-gradient(#fff, #eaeaea);background:linear-gradient(#fff, #eaeaea)}
.btn-default2:active,.btn-default2:active:focus{color:#444;background:#eee;background:-webkit-linear-gradient(#fff, #ddd);background:-moz-linear-gradient(#fff, #ddd);background:-o-linear-gradient(#fff, #ddd);background:-ms-linear-gradient(#fff, #ddd);background:linear-gradient(#fff, #ddd);border:1px solid #aaa;border-bottom-color:#919191;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.15);box-shadow:0 1px 2px rgba(0,0,0,0.15);-webkit-border-radius:3.01px;border-radius:3.01px;background:#ddd}
.btn-default2:focus{outline:none;border-color:#3f9dcc;-webkit-box-shadow:0 0 1px #3f9dcc;box-shadow:0 0 1px #3f9dcc}
.btn-default2{width:auto}
