.alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 100%;
    font-size: 15px;
    text-align: left;
    color: #c09853;
}

.alert h4 {
    margin: 0 0 0px 10px;
    font-weight: bold;
    padding: 4px 0;
    font-size: 16px;
    line-height: 20px;
    color: #c09853;
}

.alert p {
    color: #c09853;
    margin: 0 10px 0 10px;
    line-height: 20px;
}

.alert p img {
    margin: auto;
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success h4,
.alert-success p {
    color: #468847;
}

.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert-error h4,
.alert-error p {
    color: #b94a48;
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info h4,
.alert-info p {
    color: #3a87ad;
}

.alert-white {
    color: #555555;
    background-color: #ffffff;
    border-color: #EEEEEE;
}

.alert-white h4,
.alert-white p {
    color: #000000;
}

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

.alert h1, .alert h2, .alert h3, .alerth4, .alert h5, .alerth6 {
    clear: none;
}