body {
    background-color: #fff;
    margin: 0px;
    font: 13px/20px normal Helvetica, Arial, sans-serif;
    color: #4F5155;
}

#current_active 
{ 
    background : #57666d;
    color: #fff;
}

.error_message
{
    margin-top: 0px; color: red;
}

#error_message
{
    margin-top: 0px; color: red;
}

#error_message p
{
    margin-top: 0px; color: red;
}

.error_message p
{
    margin-top: 0px; color: red;
}

.alert {
    padding: 15px;
    margin: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.active-link{
    background: #67462f;
}