









.theme-popover-mask {
	z-index: 9998;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#fff;
	opacity:0.0;
	filter:alpha(opacity=00);
	display:none
}
.theme-popover {
	z-index:9999;
	position:fixed;
	top:50%;
	left:50%;
	width:360px;
	height:360px;
	margin:-180px 0 0 -180px;
	border-radius:5px;
	border:solid 2px #666;
	background-color:#fff;
	
	display:none;
	box-shadow: 0 0 10px #666;
}

.theme-poptit {
	border-bottom:1px solid #ddd;
	padding:12px;
	position: relative;
}

.theme-popbod {
	padding:30px 15px;
	color:#444;
	height: 148px;
	text-align:center;
}

.theme-poptit .close {
	float:right;
	color:#999;
	padding:5px;
	margin:-2px -5px -5px;
	font:bold 14px/14px simsun;
	text-shadow:0 1px 0 #ddd
}
.theme-poptit .close:hover {
	color:#444;
}