@charset "utf-8";
/* CSS Document */
/*PopUps*/
#pop1 {
	display:none;
	position:absolute;
	top:40%;
	left:30%;
	margin-left:-120px;
	margin-top:-100px;
	width:500px;
	height:450px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #999;
	border: 1px solid #999;
	background-color:transparent;
}
.window_w {
  padding:60px 25px 25px 30px;
  float: left;
  text-shadow: 0 1px 0 #ffffff;
  text-align:justify;
}
.close_w {
  padding:10px;
  float: right;
  font-size: 11px;
  color: #000000;
  opacity: 0.5;
  filter: alpha(opacity=20);
}
.close_w:hover {
  color: #000000;
  opacity: 0.2;
  filter: alpha(opacity=40);
  cursor: pointer;
}