/*********************Alert**************************/
.container.extended-container .alert-info-block {
    margin-left: 95px;
    margin-right: 95px;
}

.alert-info-block {
    background: #a20151;
    border-radius: 0;
    border: 0;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    position: relative;
}

.alert-info-block.alert {
    margin-bottom: 0;
}

.alert-info-block span.close {
    font-weight: bold;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    padding-left: 35px;
}

.alert-info-block p {
    padding: 0;
    margin: 0 0 0 20px;
    line-height: 21px;
}

.info-icon {
    background: url(../images/info-icon.png) no-repeat;
    width: 21px;
    height: 21px;
    text-indent: -999999px;
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

.alert-wrap {
    padding: 0 10px 0 0;
    margin: 0 auto;
}

.alertText {
    position: relative;
    left: 0px;
    float: none;
}

.alert {
    margin-bottom: 0;
    padding: 8px 0;
}

.alert .close {
    right: 0;
}

.alert-wrap .fake-link {
    cursor: pointer;
}