#addaxmessage{
    cursor: pointer;
}
#addaxloading, #addaxmessage{
    display: none;
    position: fixed;
    top:0px;
    left: 40px;
    color:#555;
    border-radius:10px;
    font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;
    padding:10px 36px;
    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('../img/loading_gif.gif') no-repeat transparent;

    height: 32px;
    width: 32px;
    float: left;
}
#addaxmessage .img{
    display: none;
}
#addaxmessage.error{
    border:1px solid #f5aca6;
    background:#ffecec url('../img/error.png') no-repeat 10px 50%;
}

#addaxmessage.success{
    border:1px solid #a6ca8a;
    background:#e9ffd9 url('../img/success.png') no-repeat 10px 50%;
}
#addaxmessage.warning{
    border:1px solid #f2c779;
    background:#fff8c4 url('../img/warning.png') no-repeat 10px 50%;
}
#addaxmessage.notice{
    border:1px solid #8ed9f6;
    background:#e3f7fc url('../img/notice.png') no-repeat 10px 50%;
}
div.message_body {
    float: left;
    margin-left: 12px;
    margin-top: 6px;
}
#addaxloading .message_body .txt {
    overflow: hidden;
}
div#addaxloading {
    border: 3px solid #B4B4B4;
    background: #fff;
    height: 60px;
    margin: 0px;
    width: 300px;

    filter: alpha(opacity=90);
    opacity: 0.9;


    font-weight: bold;
  /*  color: rgb(124, 128, 123);*/
    color:  rgb(83, 160, 0);
    position: relative;
    font-size: 15px;
}
div.addaxholder {
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0px;
    overflow: hidden;
    /*top:110px !important;*/ /* Para que salga debajo del header */
}
div#addaxmessage {
    width: 380px;
}