
#o_popup{
    position: relative;
    border: 1px solid #999;
    background-color: #fff;
    box-shadow: 1px 1px 4px 0px #666;
    text-align: left;
    margin: 20px 0px;
    max-width: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
#o_popup *{
    max-width: 100%;
    max-height: 100%;
}
#o_popup_content{
    padding: 20px;
    min-width: 250px;
}
#o_popup_content p{

}

#o_popup_title{

}
#o_popup_title h3{
    padding: 10px 15px;
    border-bottom: 1px solid #999;
    font-size: 20px;
    font-weight: bold;
    background-color: #9c2621;
    color: #fff;
    text-transform: uppercase;
}

#o_popup_list_buttons{
    border-top: 1px solid #ccc;
    padding: 5px;
    text-align: right;
    background-color: #f9f9f9;
}
#o_popup_list_buttons b{

}


#o_popup_close{
    position: absolute;
    top: -1px;
    right: -1px;
    padding-top: 0px;
    text-align: center;
    font-size: 17px;
    cursor: pointer;
    vertical-align: top;
    z-index: 5;
    padding: 0px 0px 10px 10px;
}
#o_popup_close i{
    margin: 5px 3px;
    z-index: 99;
    vertical-align: top;
    width: 20px;
    height: 20px;
    color: #ffffff;
}
