.modal {
    color: #222;
}
/* -----Close button----*/
.close{position:relative;top:-2px;}
.close{float:right;font-size:26px;font-weight:bolder;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=100);opacity:.2}
.close:focus,.close:hover{color:red; border-color:#000; text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}
button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}
.close{margin-top:-2px}


.modal-header:after{clear:both;}
.modal-title{margin:0;line-height:1.42857143;}
.modal-header{padding:15px;border-bottom:1px solid black}
.modal-header .close{margin-top:-2px}

