/*MODAL*/
#mask {
  position:absolute;
  z-index:9000;
  background-color:#000000;
  left: 0px;
  top: 0px;
  display: none;
  width: 0px;
  height: 0px;
}
.window {
	position:absolute;
	z-index:9999;
}
#intro {
	display:block;
	width:584px;
	height:182px;
	background-image:url(/images/popup/weclome.png);
	background-repeat:no-repeat;
	padding:0px 0px 0px 42px;
}
#intro .text {
	width:98px;
	border:#C0C0C0 1px solid;
	height:18px;
	text-align:center;
	margin-right:8px;
	font-size:12px;
}
#intro input {
	display:block;
	float:left;
	margin-bottom:15px;
	margin-top:100px;
}
#intro .close {
	clear:both;
	text-decoration:underline;
	padding:0px 0px 0px 10px;
	color:#3051A2;
	background-image:url(/images/popup/icon.gif);
	background-position:left;
	background-repeat:no-repeat;
	cursor:pointer;
	width:160px;
}
#intro .close:hover {
	text-decoration:none;
}
