﻿/*此样式表在 style/common/已存在 这里可以不要*/
/*边框*/
.WinCom{
	width:520px;
	margin:0 auto;
	position:relative;
	padding-bottom:10px;
	border:1px solid #A7A7A7;
	background-color:#fff;
	z-index:9999;
}

/*标题样式*/
.WinTitle{
	background:url(commbg_pop.png) 0 0 repeat-x;
	height:32px;
	border-bottom:1px solid #a7a7a7;
	text-align:center;
	padding-top:9px;
	font-size:15px;
	font-weight:700;
	cursor:move;
}


/*按钮*/
.WinClose{
	background:url(commbg_pop.png) -169px -77px no-repeat;
	width:30px;
	height:30px;
	display:block;
	position:absolute;
	right:8px;
	top:6px;
}
.WinClose:hover{
	background-position:-107px -77px;
}

.WinTitle h1,h2,h3 {font-family:"Microsoft YaHei", "Microsoft JhengHei";cursor:pointer; font-size:30px;}

/*内容样式*/
.WinContent{
	width:520px;
	height:360px;
	margin:0 auto;
	padding-bottom:5px;
}
