.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.modal {
	box-shadow: 0 0 17px 5px #999;
	-webkit-box-shadow:: 0 0 17px 5px #999;
	-moz--box-shadow:: 0 0 17px 5px #999;
   border-radius: 5px;
  display: none;
  background: #FFF;
  padding: 0 20px 20px;
  overflow: auto;
  z-index: 1001;
  position: absolute;
  width: 500px;
  min-height: 300px;
}

/* \\\\\\\\\\\\\\\\\    END MODAL CODE   ///////////////////////////////// */
.closeBtn{background: none repeat scroll 0 0 #000000;
font-weight: bold;
color: #FFFFFF;
font-size: 11px;
height: 16px;
opacity: 0.7;
padding: 4px 3px 2px 5px;
position: absolute;
right: 0px;
text-align: center;
top: -11px;
width: 5%;
cursor: pointer;}