/*STYLES FOR CSS POPUP*/


#blanket {
   background-color:#111;
   opacity: 0.65;
   *background:none;
   position:absolute;
   z-index: 9001;
   top:0px;
   left:0px;
   width:100%;
}

#popUpDiv {
	position:absolute;
	width:500px;
	height:300px;
	border:1px solid #333333;
	z-index: 9002;
	background-color: #FFFFFF;
}
#popUpDiv h1 {
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	color: #FFFFFF;
	background-color: #8EAC28;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 16px;
}
#popUpDiv h2 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: none;
}
#popUpDiv h3 {
	font-size: 12px;
	font-style: normal;
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: normal;
}
#popUpDiv h4 {
	font-size: 10px;
	color: #999999;
	padding-left: 10px;
}
#popUpDiv form {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	height: 75px;
	padding-top: 10px;
	width: 500px;
}

#popUpDiv a {top:20px; left:50px}
#popUpDiv p {
	padding-left: 10px;
}
