.divPopup_wrapper {
    border: 1px solid #3B4046;
    overflow: hidden;
}
.barpopup {
    background-color: #5C5C5C;
    overflow: hidden;
    border-bottom: 1px solid #3B4046;
} 

.titlepopup { 
    color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    height: 23px;
    padding-left: 10px;
    padding-top: 7px;   
    float: left;

}
.divPopup_wrapper .close {
    background: url("../images/alert/close.gif") no-repeat scroll 0 0 transparent;
    height: 16px;
    margin-top: 5px;
    text-decoration: none;
    width: 29px;
    float: right;
}
.divPopup_wrapper .close:hover {
    background: url("../images/alert/close.gif") no-repeat scroll 0 -16px transparent;
    cursor: pointer;
    height: 16px;
    margin-top: 5px;
    text-decoration: none;
    width: 29px;
}
#popup_container {
    font-family: Arial;
    font-size: 12px;
    width: 280px; /* Dialog will be no smaller than this */
    background: #FFF;
    border: solid 0px #7EBFDF;
    color: #000;

}


#popup_content {
    padding: 0px;
    margin: 0px;
}

#popup_content.alert {
}

#popup_content.confirm {

}

#popup_content.prompt {
    
}

#popup_message {
    display: block;
    padding: 10px 5px;
    text-align: left;

}

#popup_panel {
    background: none repeat scroll 0 0 #ededed;
    height: 35px;
    margin: 0;
    overflow: hidden;
    padding: 5px;
    position: relative;
    width: 100%;
    border-top: 1px solid #CCC;
}
#popup_panel_two{
    background: none repeat scroll 0 0 #EDEDED;
    height: 35px;
    margin: 0;
    overflow: hidden;
    position: relative;
    padding: 5px;
    width: 100%;
    border-top: 1px solid #CCC; 
}
#popup_panel a{
    text-align: center;
}
#popup_panel a.one{
    background: url("../images/alert/alert.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #828080;
    color: #333333;
    cursor: pointer;
    font-weight: bold;
    left: 110px;
    padding: 2px 5px;
    position: absolute;
     
    border-radius: 15px 15px 15px 15px;
    text-align: center;
    height: auto;
}
#popup_panel_two a.ok{
    background: url("../images/alert/alert.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #828080;
    color: #333333;
    cursor: pointer;
    font-weight: bold;
    left: 55px;
    padding: 2px 5px;
    position: absolute;
     
    border-radius: 15px 15px 15px 15px;
    text-align: center;
}
#popup_panel_two a.cancel{
    background: url("../images/alert/alert.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #828080;
    color: #333333;
    cursor: pointer;
    font-weight: bold;
    left: 130px;
    padding: 2px 5px;
    position: absolute;
     
    border-radius: 15px 15px 15px 15px;
    text-align: center;
} 

#popup_prompt {
    margin: .5em 0em;
}
input#popup_ok{
   
    
    
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 23px;
    padding: 0px;
    height: 24px;
    margin: 0px;
    text-decoration: none;
    cursor: pointer;    
}
input#popup_cancel {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 23px;
    padding: 0px;
    height: 24px;
    margin: 0px;
    text-decoration: none;
    cursor: pointer;
}

