
/*alert*/
div.message-alert {
    background: none repeat scroll 0 0 #000;
    border-radius: 0 0 3px 3px;
    color: #7b6253;
    font-size: 12px;
    font-weight: bold;
    left: 50%;
    margin-left: -220px;
    padding: 20px 60px;
    position: fixed;
    text-align: left;
    top: 0;
    width: auto;min-width: 200px;
    z-index: 9999;
    opacity: 0;
}
div.message-alert button {
    background: url("../images/close.png") no-repeat scroll 0 0 transparent;
    border: none;
    height: 9px;
    position: absolute;
    right: 15px;
    top: 45%;
    width: 9px;
    z-index: 9999;
}
div.message-alert button:hover {
    background-position: 0 -9px;
    cursor: pointer;
}
/**Colorbox loading**/
.box-loading {
    display: block !important;
}
.message-alert.wait-loading {
    background: url('../images/loading.gif') no-repeat scroll 15px #fff;
    line-height: 30px;
    padding: 20px 20px 20px 65px;
    margin-left: -84px;
    box-shadow:0 0 13px -2px #000
}
.message-alert.wait-loading:last-child{
   background: none!important;
}