#tieArea {
	zoom: 1;
	clear: both;
	border: 1px solid #dcdddd;
	background: #f7fcff;
	font-size: 12px;
}
	#tieArea form, #tieArea ul, #tieArea ol { margin: 0; padding: 0; }
	#tieArea img { border: none; }
	#tieArea a, #tieArea a:visited { color: #1e50a2; }
	#tieArea a:hover { color: #ba2636; }
	
	.tie-title {
		height: 25px;
		line-height: 25px;
		clear: both;
		overflow: hidden;
		text-align: left;
		background: url(../images/show/endpage_sprites.gif) -140px -123px no-repeat;
		margin: 12px 19px 0 19px;
		padding-left: 19px;
		font-size: 18px;
	}
		.tie-title .name { font-weight: bold; }

/* 表单 */
#tieArea .input {
	background: #fff;
	width: 80px;
	height: 16px;
	line-height: 16px;
	border: 1px solid #dcdddd;
	font-size: 12px;
	padding: 2px;
}

/* 回复表单 */
#tie-reply {
	padding: 8px 19px 20px 19px;
	zoom: 1;
	overflow: hidden;
	clear: both;
}
	.tie-post .tieBody {
		width: 99%;
		height: 130px;
		padding: 5px 0 0 5px;
		border: 1px solid #dcdddd;
		background: #fff url(../images/show/end_n_bg9.gif) no-repeat center center;
		font-size: 18px;
		clear: both;
		text-align: left;
		color: #555;
	}
	.tie-post .tieBodyFocus { color: #000; }
	#tie-reply .send {
		clear: both;
		padding: 5px 0 0;
		line-height: 23px;
		height: 23px;
		overflow: hidden;
	}
		#tie-reply .send p { float: left; color: #555; margin: 0; }
		#tie-reply .send span { float: right; }
		#tie-reply .send .toPost { cursor: pointer; font-size: 18px; }
