@charset "utf-8";
/* CSS Document */

#blanket {
background-color:#111;
opacity:0.60;
filter:alpha(opacity=60);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
	position:absolute;
	background-color:#eeeeee;
	width:400px;
	height:auto;
	z-index: 9002;
	padding: 10px;
	border: 10px solid #333;
}
#popUpDiv2 {
	position:absolute;
	background-color:#eeeeee;
	width:400px;
	height:auto;
	z-index: 9002;
	padding: 10px;
	border: 10px solid #333;
}
#popUpDiv3 {
	position:absolute;
	background-color:#eeeeee;
	width:400px;
	height:auto;
	z-index: 9002;
	padding: 10px;
	border: 10px solid #333;
}

#close {
	height: 20px;
	width: 20px;
	position: relative;
	float: right;
	top: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
