
#overall{

  position: fixed;
  width: 100%;
	height: 100%;
	background-color: grey;
  filter:alpha(opacity=2);
	-moz-opacity:.2;
	opacity:.2;
	left: 0px;
	top: 0px;
	visibility:hidden;

}

#popup{

  color: black;
	font-size: 12px;
	font-family: Verdana;
  visibility:hidden;
	width: 30%;
	height: 20%;
	position: absolute;
	left: 35%;
	top: 40%;
	border: 1px solid #000;
	text-align: center;
	background-color: white;
	
}

#popup a{

  color: #FFF;
	text-decoration: none;
	cursor: default;
	height: 18px;

}

#popup a:hover{

  background-color: darkblue;
	width: 15px;

}

#title{

  background-color: blue;
  color: #FFF;
	height: 18px;
	width: 100%;
	float: left;
	
}

#popuptitle{

  float: left;
  padding-left: 4px; 
  height: 18px;


}
#close{
  
	float: right;
	text-align: center;
	width: 15px;

}

#close:hover{

  background-color: darkblue;
	width: 15px;
	height: 18px;

}

.title{

 
	height: 18px;
	text-align: left;
	padding-left: 6px;
	padding: 1%;
}

#popup .popup{

  padding-left: 2px;
  width: 90%;
	
}

.submit{
	height: 18px;
	text-align: left;
	padding-left: 6px;
	padding: 1%;
	width:50px;

}
