.modal-box {
  z-index: 99999999;
  position: fixed !important;
  display: none;
  width: 98%;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}
.modal-box header{
	WIDTH:96%;
	float:left;
	padding:1% 2% !important;
}
.modal-box { width: 55%; }
    .modal-box h3 {
        float: left;
        font-size: 17px;
        font-weight: 500;
    }
    .modal-box header a {
        float: right;
        padding: 3px 5px;
        font-size: 25px;
        background: #c37417;
        color: #fff !important;
        border-radius: 100%;
        opacity: 1.2;
    }
.modal-box footer{
	width:97%;
	float:left;
}
.modal-box footer a{
	background:#4c4c4c;
	color:#fff;	
	padding:0.7% 2%;
}

.modal-body{
	width:96%;
	float:left;
	padding:2%;
}
.modal-box header,
.modal-box .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }

/*.modal-box .modal-body { padding: 2em 1.5em; }*/

.modal-box footer,
.modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}
