.vipcardbox {
	font-size: 12px;
	float: left;
	width: 322px;
	height: 265px;
	border-top-width: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dee8f2;
	border-right-color: #dee8f2;
	border-bottom-color: #dee8f2;
	border-left-color: #dee8f2;
	margin: 10px 6px 0 0;
	text-align: left;
}
.vipcardbox h1.vipName {
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
	line-height: 16px;
	display: block;
	margin: 10px 0 5px 0;
	width: 322px;
	height: 25px;
	overflow: hidden;
	padding: 0 0 6px 0px;
	border-bottom: solid 1px #dee8f2;
}
.vipcardbox table.vipInfo {
	font-size: 12px;
	width: 320px;
}
.vipcardbox a.imgLogo {
	border-top-width: 1px;
	border-right-width: 6px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dee8f2;
	border-right-color: #dee8f2;
	border-bottom-color: #dee8f2;
	border-left-color: #dee8f2;
	padding: 0;
	display: block;
	width: 95px;
}
.vipcardbox a.imgLogo img {
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
	width: 88px;
	height: 31px;
}
.vipcardbox a.askBtn {
	background:url(../images/btn_Ask.gif) no-repeat 0 0;
	display:block;
	width:96px;
	height:32px;
	margin: 15px 0 5px;

}
.vipcardbox a.askBtn:hover {
	/*background:url(../images/btn_Ask1.gif) no-repeat 0 0;*/
}
.vipcardbox a.complaintBtn {
	background:url(../images/btn_complaint.gif) no-repeat 0 0;
	display:block;
	width:96px;
	height:32px;
	margin: 2px 0 10px;

}
.vipcardbox a.complaintBtn:hover {
	/*background:url(../images/btn_complaint1.gif) no-repeat 0 0;*/
}
.vipcardbox td.txtInfo {
	line-height: 18px;
}
.vipcardbox p.txtSpc {
	height: 20px;
	line-height: 16px;
	display: block;
	width: 302px;
	overflow: hidden;
	margin: 5px 0 5px;
	padding: 2px 10px 2px;
}
.vipcardbox p.txtOper {
	height: 50px;
	width: 322px;
	line-height: 16px;
	display: block;
	margin: 0;
	background-color: #dee8f2;
	padding:0px;
}
.vipcardbox p.txtOper span{
	display: block;
	padding: 10px 10px;
}
#vipAdvertise {
	height: 480px;
	width: 980px;
	margin: 5px auto 10px;
	background:url(/images/vip_ad.jpg) no-repeat 0 0;
	display:block;
	position: relative;
}
#vipAdvertise p.text {
	font-family: "黑体";
	font-size: 18px;
	color: #000000;
	height: 270px;
	width: 500px;
	display: block;
	position: absolute;
	left: 30px;
	line-height: 30px;
	top: 80px;
}
a.clsbtn{
	position: absolute;
	right:5px;
	top:5px;
	display: block;
	background:#fff;
	border:1px solid #c00;
	padding:5px;
}