#popup_container {
    font-family: sans-serif !important;
    font-size: 12px;
    min-width: 300px; /* Dialog will be no smaller than this */
    max-width: 600px; /* Dialog will wrap after this width */
    /*background: linear-gradient(#666,#DDD);*/
    background: black;
    border: solid 4px #ccc;
    color: #000;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#popup_title {
    text-align: left;
    line-height: 1.75em;
    background: black;
    padding: 0em;
    margin: 0em;
    font-family: sans-serif !important;
    font-size: 11px;
    color: white;
    cursor: default;
    padding-left: 4px;
}

#popup_content {
    background: 16px 16px no-repeat url(images/info3.png);
    padding: 1.50em 1.75em;
    margin: 0em;
    cursor:default;

}

#popup_content.alert {
    background-image: url(images/info3.png);
}

#popup_content.confirm {
    background-image: url(images/info3.png);
}

#popup_content.prompt {
    background-image: url(images/info3.png);
}

#popup_message {
    padding-left: 48px;
    font-family: sans-serif !important;
    color:#fff;
    font-size: 13px;
    font-weight: bold;
}

#popup_panel {
    text-align: center;
    margin: 1em 0em 0em 1em;
    float:left;
    width: 100%;
    height:27px;
    margin-bottom:14px;
    margin-left: 6px;
}

#popup_prompt {
    margin: .2em 0em;
}

.jbutton{
    background-color:transparent;
    cursor:pointer;
    border:0px;
}

.jbuttonalert{
    display: block;
    top:2px;
    margin-left:auto;
    margin-right: auto;
    z-index:10000;
    position:relative;
    height:30px;
    width:90px;
    font-size:12px;
}
.jbuttonalert1{
    float:left;
    margin-bottom:10px;
    top:2px;

    z-index:10000;
    position:relative;
    height:30px;
    width:90px;
    font-size:12px;
}
.jbuttonalert2{
    float:left;
    margin-bottom:10px;
    top:2px;

    z-index:10000;
    position:relative;
    height:30px;
    width:90px;
    font-size:12px;
}
.popup_btn{
    border-top: 2px solid #aaa;
    border-left: 2px solid #aaa;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
    font-family: sans-serif !important;
    font-weight: bold;
    background: linear-gradient(#333,#999); 
    border-radius: 7px;
    text-align: center;
    margin-left: 15px;
    line-height: 25px;
    cursor: pointer;
    z-index: 10;
    color: white;
    display: inline;
    
}
