.modal-header{
    background:#b7b7b7;
    color:#fff;
    
}

.modal-header h1{
    font-size:16px;
    line-height:22px;
    font-weight:bold;
    margin:0;
    padding:0;
    border:none;
}

.modal-header .close {
 /* border: 1px solid #2a2a2a;*/
  display: block;
  height: 100%;
  /*line-height: 3.625em;*/
  position: absolute;
  text-align: center;
  top: 7px;
  right: 7px;
  width:48px;
  height:39px;
  /*background:#1e1e1e;*/
  opacity:1;
}

.blackBg{
    background-color:#000;
    padding:5px 15px;
}