#addaxmessage{
    cursor: pointer;
}
#addaxloading, #addaxmessage{
    display: none;
    position: fixed;
    top:0px;
    left: 0px;
    color:#555;
    border-radius:10px;
    font-family:Tahoma,Geneva,Arial,sans-serif;
    font-size:11px;
    padding: 3px 10px;
    margin:10px;
    margin-top: 0px;
    height: 39px;
    width: 167px;
    z-index: 5000;
    overflow: hidden;
}
.message_body .txt{
    clear: both;
    text-align: left;
    max-height: 40px;
    overflow-y: auto;
    overflow-x: hidden;
}
.message_body .title{
    font-weight:bold;
    text-transform:uppercase;
    clear: both;
    text-align: left;
}

#addaxloading .img{
    background:url('/gimgs/loading.gif') no-repeat transparent;
    height: 20px;
    width: 20px;
    float: right;
    background-size: 100%;
    margin-top: 9px;
}
#addaxmessage .img{
    display: none;
}
#addaxmessage.error{
    border:1px solid #f5aca6;
    background:#ffecec url('/imgs/error.png') no-repeat 10px 50%;
}

#addaxmessage.success{
    border:1px solid #a6ca8a;
    background:#e9ffd9 url('/javascript/addax/jquery/plugins/jquery.addaxloading/img/success.png') no-repeat 10px 50%;
}
#addaxmessage.warning{
    border:1px solid #f2c779;
    background:#fff8c4 url('/javascript/addax/jquery/plugins/jquery.addaxloading/img/warning.png') no-repeat 10px 50%;
}
#addaxmessage.notice{
    border:1px solid #8ed9f6;
    background:#e3f7fc url('/javascript/addax/jquery/plugins/jquery.addaxloading/img/notice.png') no-repeat 10px 50%;
}
div.message_body {
    float: left;
    margin-left: 0px;
    margin-top: 3px;
    display: inline-block;
}
#addaxloading .message_body .txt {
    overflow: hidden;
}
div#addaxloading {
    border: 3px solid #B4B4B4;
    background: #ffffffd4;
    height: 35px;
    margin: 0px;
    width: 110px;
    filter: alpha(opacity=90);
    opacity: 0.9;
    font-weight: bold;
    /*  color: rgb(124, 128, 123);*/
    color: rgb(46 46 46);
    position: relative;
    font-size: 12px;
    margin-left: 5px !important;
}
div.addaxholder {
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0px;
    overflow: hidden;
    top: 3vh !important;
    left: calc(50vw - 55px);
}
div#addaxmessage {
    width: 380px;
}