.themey-popover-mask {
	z-index: 3;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	display: none;
}
.themey-popover {
	z-index: 1900;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 420px;
	height: 200px;
	border-radius: 5px;
	background-color: #fff;
	display: none;
	box-shadow: 0 0 10px #666;
	background: #fff;
	margin-top: -102px;
	line-height: normal;
	margin-left: -212px;
	border: 2px solid #5F5F5F;
}
.themey-popover a {
	padding: 0px!important;
}
.themey-poptit {
	position: relative;
	height: 30px;
	color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 30px;
	behavior: url(PIE/PIE.htc);
	background-color: #FF871D;
}
.themey-poptit .close {
	float: right;
	color: #999;
	padding: 5px;
	font: bold 14px/14px simsun;
	text-shadow: 0 1px 0 #ddd;
	margin-top: 8px;
	margin-right: -5px;
	margin-bottom: -5px;
	margin-left: -5px;
}
.themey-poptit .close:hover {
	color: #444;
}
.themey-popbod {
}
.themey-box {
	background-image: url(../css/img/juzi.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 25px;
	margin-bottom: 38px;
	margin-left: 50px;
	padding-left: 60px;
	height: 32px;
	font-size: 14px;
	color: #555;
	padding-top: 25px;
}
.themey-box2 {
	background-color: #F5F5F5;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 170px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
	height: 27px;
}
.button3 {
	font-size: 12px;
	color: #FFF;
	text-align: center;
	height: 24px;
	width: 68px;
	background-color: #87C1F3!important;
	border: 1px solid #227AA7!important;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(PIE/PIE.htc);
}