
.alert.alert-success {
    background-color: rgba(72, 194, 83, 0.5);
    border: 0 none;
    border-radius: 3px;
    color: #2d5f32;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}
.alert.alert-block {
    background-color: rgba(237, 205, 30, 0.5);
    border: 0 none;
    border-radius: 3px;
    color: #705f24;
}
.alert-block {
    padding-bottom: 14px;
    padding-top: 14px;
}
.alert.alert-block h4,
.alert a:link {
    color: #705f24;
    margin-bottom: 10px;
}
.alert h4 {
    margin: 0;
}
.alert a:link:hover {
   text-decoration: underline;
}
.alert.alert-error h4 {
    color: #753c3c;
    margin-bottom: 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
.alert.alert-error {
    background-color: rgba(192, 33, 33, 0.5);
    border: 0 none;
    border-radius: 3px;
    color: #000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
.alert-danger, .alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}
.alert-danger h4, .alert-error h4 {
    color: #b94a48;
}
.alert, .alert h4 {
    color: #c09853;
}
.alert {
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 4px;
    margin: 20px 0 20px 0;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert .close {
    line-height: 20px;
    position: relative;
    right: -21px;
    top: -2px;
}
