html,
body {
    height: 100%;
}

body {
    color: #330000;
    /*background-color: #28150B;*/
    font: bold 14px Arial,Tahoma,Verdana,sans-serif;
    text-align: left;
    margin: 0;
    padding: 0;
    background: url(/images/body_bg.png) repeat-y center top #28150B;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.inline-block {
    display: inline-block;
    vertical-align: top;
}


img {
    border: 0 none;
}

a {
    color: #F1D2B7;
    font-weight: bold;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

.alert {
    font-size: 16px;
    margin: 5px 0;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: #FFF;
    border: solid 2px;
    background-color: transparent;
}

.alert-success {
    color: #A0F5A0;
    border: solid 2px #91de91;
}

.alert-warn {
    color: #040097;
    border: solid 2px #040097;
    background-color: #fff89f;
}

.alert-error {
    color: #FF0000;
    border: solid 2px #FF0000;
    background-color: #ffe1df;
}