.alert {
    padding: 18px 35px 18px 50px;
    background: url(../../../images/alert-notice-ico.png) no-repeat;
    background-position: 20px 50%;
    margin-bottom: 18px;
    color: #c09853;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #f3d9a6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 0;
    position: relative;
}

.alert img {
    float: left;
    margin: -2px 6px 4px -4px;
}

.alert img {
    float: left;
    margin: -2px 6px 4px -4px;
}

.alert-heading {
    color: inherit;
}

.alert p {
    margin: 0;
}

.alert .close {
    position: absolute;
    top: 20px;
    right: 21px;
    line-height: 18px;
    font-size: 22px;
    cursor: pointer;
}

.alert-success {
    color: #699801;
    background: url(../../../images/alert-success-ico.png) no-repeat;
    background-position: 20px 50%;
    background-color: #e0f0bd;
    border-color: #afd65f;
}

.alert-danger,
.alert-error {
    color: #b94a48;
    background: url(../../../images/alert-error-ico.png) no-repeat;
    background-position: 20px 50%;
    background-color: #fce6e9;
    border-color: #ed9aa3;
}

.alert-info {
    color: #3a87ad;
    background: url(../../../images/alert-info-ico.png) no-repeat;
    background-position: 20px 50%;
    background-color: #d9edf7;
    border-color: #98cdd8;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert-block>p,
.alert-block>ul {
    margin-bottom: 0;
}

.alert-block p+p {
    margin-top: 5px;
}

button.close {
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    box-shadow: none !important;
}