/*
 * 留言样式定义
 *
 */
/*==总体布局定义开始==*/
body {
	background: none;
}
.gColumnA {
	width: 400px;
	float: right;
}
.gColumnB {
	float: left;
	width: 565px;
}
.mainColumn {
	width: 565px;
}
/*==总体布局定义结束==*/

/*==局部样式定义开始==*/
#blogIntro {
	background: url(Images/bg_blogIntro.png) no-repeat right 20px;
	padding: 18px 140px 18px 20px;
	border: solid #eee;
	border-width: 0 1px 1px;
	color: #666;
	line-height: 22px;
	overflow: hidden;
	text-align: justify;
}
	#blogIntro img {
		float: left;
		margin: 5px 3px 0 0;
	}

#aboutKS {
	margin-top: 9px;
}
	#aboutKS dt {
		background-color: #57d032;
	}
	#aboutKS dd {
		border:2px solid #57d032;
		line-height: 22px;
		padding: 15px 5px 15px 18px;
		overflow: hidden;
	}
	#aboutKS dd span {
		color: #666;
		padding-left: 17px;
		float: left;
		min-width: 80px;
		overflow: visible;
		white-space: nowrap;
		background: url(Images/icon_profile.gif) no-repeat 2px 8px;
		border-bottom: 1px solid #f6f6f6;
	}
	#aboutKS dd .none {
		background-position: 2px -42px;
	}

#taotao {
	background: url(Images/bg_taotao.png) no-repeat right 10px;
	border: 1px solid #eee;
	padding: 15px;
	margin-top: 9px;
}
	#taotao ul {
		overflow: hidden;
		height: 36px;
	}
	#taotao li {
		line-height: 18px;
	}
	#taotao .date {
		margin-left: 5px;
		color: #3274d0;
	}
#quoteFromTQQ {
	margin-top: 9px;
}

.gTips {
	background: url(Images/bg_comment.png) no-repeat right -14px;
	border: 1px solid #eee;
	border-left: 3px solid #ccc;
	margin-top: 9px;
	color: #666;
	line-height: 18px;
	padding: 10px 20px;
}

#addressFrame {
	margin-top: 9px;
	height: 364px;
}
	#addressFrame img, #addressFrame input {
		vertical-align: middle;
	}
	#addressFrame img {
		margin-right: 10px;
		margin-top: 2px;
	}
#gEditor {
	margin: 3px auto;
}
.gbBanner {
	margin-top: 9px;
	overflow:hidden;
}

.WHCList {
	margin-top: 9px;
}
	.WHCList dt {
		background-color: #d03232;
		border: 0;
		padding-left: 8px;
		color: #fff;
		font-weight: bolder;
		height: 22px;
		line-height: 20px;
	}
/*==局部样式定义结束==*/

