.modal-header {
    padding:15px 15px;
    border-bottom:1px solid #eee;
    background-color: #9e3222;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
     border-top-left-radius: 4px;
     border-top-right-radius: 4px;
 }