@charset "utf-8";
/* CSS Document */
/*common-shade*/
.common-shade {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1987;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
/*IE6 fixed*/
* html { background:url(*) fixed; }
* html body { margin:0; height:100%; }
* html .common-shade { position: absolute; left: expression(documentElement.scrollLeft + documentElement.clientWidth - this.offsetWidth); top: expression(documentElement.scrollTop + documentElement.clientHeight - this.offsetHeight); }
/*common-shade*/

/*popup*/
.popupout {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1990;
	/*display: none;*/
}
/*IE6 fixed*/
* html { background:url(*) fixed; }
* html body { margin:0; height:100%; }
* html .popupout { position: absolute; left: expression(documentElement.scrollLeft + documentElement.clientWidth - this.offsetWidth); top: expression(documentElement.scrollTop + documentElement.clientHeight - this.offsetHeight); }

.popupout .popup {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 450px;
	border: 1px solid #E0E0E0;
	background-color: #fff;
}
.popupout .popup .headline {
	padding: 10px;
	background-color: #f3f3f3;
	border-bottom: 1px solid #dbdbdb;
}
.popupout .popup .headline span,
.popupout .popup .headline .close {
	background: url(../img/index-icon01.png) no-repeat;
}
.popupout .popup .headline span {
	padding-left: 23px;
	display: inline-block;
	line-height: 16px;
	float: left;
	background-position: 0 -591px;
}
.popupout .popup .headline .close {
	float: right;
	width: 14px;
	height: 14px;
	background: url(../img/ico-close.gif) no-repeat;
	
}
.popupout .popup .content {
	padding: 10px 0 40px;
}
.popupout .popup .content .tip {
	width: 340px;
	margin: 0 auto;
	text-align: center;
	line-height: 30px;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	overflow: hidden;
	zoom: 1;
}
.popupout .popup .content .btn {
	width: 340px;
	margin: 0 auto;
	text-align: center;
}
.popupout .popup .content .btn a {
	color: #999;
	text-decoration: underline;
}
.popupout .popup .content .btn .invite {
	margin-right: 10px;
	display: inline-block;
	width: 112px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	background: url(../img/index-bg01.jpg) no-repeat 0 -285px;
	color: #fff;
	text-decoration: none;
}
.popupout .popup .pcontent {
	min-height: 20px;
	height: auto !important;
	height: 20px;
}
/*end popup*/



