
.theme-buy {
width:190px;height:60px;position:absolute;top:410px;left:37%;
}




.theme-popover-mask {
	z-index: 9998;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.4;
	filter:alpha(opacity=40);
	display:none
}

.theme-popover {
	z-index:9999;
	position:fixed;
	top:50%;
	left:50%;
	width:789px;
	height:425px;
	margin:-180px 0 0 -390px;
	background:url(../images/background3_03.png);
	display:none;
}


.theme-poptit a{  width:30px; height:32px;
}

.theme-poptit .close {
	float:right;
	margin:66px 30px 0 0;
	text-shadow:0 1px 0 #ddd;
}



