@charset "utf-8";
/* CSS Document */
img {
	border: none;
}

}
#form {
	width: 200px;
}

.black_overlay {
          display: none;
          position: absolute;
          top: 0%;
          left: 0%;
          width: 100%;
          height: 100%;
          background-color: black;
          z-index:1001;
          -moz-opacity: 0.6;
          opacity:.60;
          filter: alpha(opacity=60);
}       
.lightbox {
          display: none;
          position: absolute;
		  padding: 30px;
          top: 1%;
          left: 30%;
          width: 432px;
          height: 757px;
		  background: url(images/theform.png) no-repeat;
          z-index:1002;
          overflow: none;
}
