﻿body
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: 宋体, Arial;
}
a:link
{
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
a:visited
{
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
a:hover
{
	font-size: 12px;
	color: #f90;
	text-decoration: none;
}
/*ListPage.aspx*/
.d_listpage_main
{
}
.td_top_left
{
	background-image: url(../../css/images/heading_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 41px;
	width: 49px;
}
.td_top_middle
{
	background: url(../../css/images/heading_2.jpg) top center repeat-x;
}
.d_top_title
{
	margin-top: 8px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	width: 500px;
	height: 30px;
	line-height: 30px;
	text-indent: 0.5em;
}
.td_top_right
{
	background-image: url(../../css/images/heading_3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 41px;
	width: 14px;
}
.d_listpage_list
{
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background-color: #fff;
	width: 589px;
}
.d_listpage_listTop
{
	margin: 0;
	padding: 20px 0 10px;
	text-align: center;
}
.tb_listitem
{
	width: 570px;
	margin: 0 auto;
}
.tb_listitem_topLeft
{
	background-image: url(images/comments_id.jpg);
	width: 73px;
	height: 29px;
	color: #fff;
	font-size: 14px;
	font-family: Arial;
	text-align: center;
}
.tb_listitem_topRight
{
	border: solid 1px #ccc;
	color: #006c9e;
	text-indent: 0.5em;
}
.d_userContent
{
	margin: 10px auto 20px;
	padding: 0;
	width: 560px;
	line-height: 18px;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
}
.d_replyTop
{
	color: #9ed132;
	height: 30px;
	line-height: 30px;
	padding-left: 8px;
}
.d_replyContent
{
	color:#666;
	margin: 0 8px 10px;
	line-height: 18px;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
}
.d_replyOper
{
	margin: 0 0 16px;
	padding: 0 0 0 14px;
}
.d_listpage_bottom
{
	background-image: url(../../css/images/tail.jpg);
	background-repeat: no-repeat;
	width: 591px;
	height: 12px;
}
.pager
{
	text-align: center;
	margin-top: 10px;
}

/*SubmitPage.aspx*/
.submitForm
{
	padding-top: 10px;
	border: solid 1px #ccc;
	border-top: none;
}
.submitForm input, textarea
{
	font-size: 12px;
	font-family: 宋体, Arial;
	margin: 0;
	padding: 0;
}
.inputClass
{
	height: 12px;
}
.textareaClass
{
	border: solid 1px #ccc;
}