@charset "utf-8";
/* CSS Document */

#overlay {
	display: none;
	position: fixed;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-image: url('/static/images/overlay.gif');
}

#master {
  clear: both;
  padding-bottom: 1em;
}

.input {
  display: none;
  color: black;
  position: fixed;
  left: 25%;
  top: 50%;
  width: 50%;
  z-index: 1000;
  text-align: center;
  background-color: white;
  border: 1px solid black;
}

.close {
  cursor:pointer;
  float: right;
}

#popup1
   {
	position: absolute;
	border: 1px solid #666666;
	background-color:#F7F7F7;
    //width: 50%;
    //height: 70%;
	//margin-top: 50px;
   }

#popup2
   {
	position: absolute;
	border: 1px solid #666666;
	background-color:#F7F7F7;
   }


