.footer {
    border-top:2px solid #C49A6B;
}



.btn, input[type="submit"] {
    background: #C49A6B none;
}


.btn:hover, input[type="submit"] {
    background: #0C304B none;
}


a[role="button"] {
    /*background: #C49A6B none;*/
    background: #0C304B none;
}

.emphasize {
    color: #C49A6B;
    /*color: #0C304B;*/
}

.back-emphasize {
    background-color: #C49A6B;
}

.emphasize2 {
    color: #0C304B;
}

.back-emphasize2 {
    background-color: #0C304B;
}


.s-anchor {
    color: #C49A6B;
}


input[required="true"] {
    border-left: 3px solid #C49A6B !important;
}