body {
	background-color: #D5D5D5;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.btn_max {
	font-size: 14px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	letter-spacing: 5px;
}

div {
	text-align: left;
}
#commentHead {
	background-image: url(../images/comment/topbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	overflow: hidden;
	height: 80px;
}

#mainNav {
	float:right;
	zoom:1;
}
#mainNav li {
	float:left;
	padding-left:15px;
}
#inputContent {
	padding-top: 5px;
	float: left;
}
#inputContent textarea{
	height:110px;
}
#submitForm {
	float: left;
}



#weblogo {
	padding: 10px;
	float: left;
}
#userInfo {
	clear: both;
	text-align: right;
	padding-top: 10px;
	width: 100%;
}

#navBar {
	float: right;
	padding-right: 10px;
	width: 400px;
	padding-top: 10px;
}


.positionInfo {
	background-image: url(../images/comment/positionBg1.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
	height: 40px;
	clear: both;
	margin-right: 4px;
	margin-left: 4px;
}
.positionInfo .thePosition {
	background-image: url(../images/comment/point1.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
	float: left;
	overflow: auto;
	padding-left: 10px;
}
#userInfo em,
.thePosition em{
	 color:#F30;
}
.commentTitle {
	font-size: 24px;
	font-weight: bold;
	color: #00578F;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.commentTitle a{
	color: #00578F;
	text-decoration: none;
}
.arrow {
	background-image: url(../images/comment/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	float: left;
	padding-left: 15px;
}
#commentMain {
	padding-right: 8px;
	padding-left: 8px;
}
#topPagination {
	float: right;
}
#userComment {
	clear: both;
	padding-top: 2px;
}
#userComment dt {
	background-color: #EEE;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D2D2D2;
	border-bottom-color: #D2D2D2;
	position: relative;
	_height:1%;
	
}
#userComment dt a{
	text-decoration: none;
}
#userComment dt em{
	color:#999;
}
#userComment dd {
	padding-left: 65px;
	padding-top: 10px;
	margin-bottom: 20px;
	/*height: 50px;*/
	line-height:150%;
}
#userComment .photo{
	position: absolute;
	top: 38px;
	left: 4px;
}

#declare {
	text-align: center;
	color: #555;
	padding-bottom: 20px;
}
#wrap {

	width: 710px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}
#utterComment,
#mainWrap{
	border: 1px solid #A3A3A3;
	overflow: hidden;
	background-color: #FFF;
}

.red{
	color:#F00;
}
.linkA a{
	color:#000;
	text-decoration: none;
}
.linkA a:hover{
	color:#F00;
	text-decoration: underline;
}
#bottomPagination {
	padding-top: 20px;
	padding-bottom: 20px;
}

#utterComment{
	margin-top:6px;
	_height:1%;
	zoom:1;
	padding-bottom: 30px;
}
#utterComment h2{
	margin:1px;
	background-color: #EBEBEB;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 14px;
}
.commentBox{
	overflow: hidden;
	position: relative;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#userLogin{
	float:left;
}
.regArea{
	float:left;
	padding-top: 5px;
	padding-left: 30px;
	color: #CCCCCC;
	clear: right;
}
.post{
	float: left;
	padding-top: 50px;
	padding-left: 10px;
}
/*********************************  分页开始 *********************************/

.pagination a {
	font-size: 12px;
	margin: 2px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-decoration: none;
}
.pagination a.more {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.pagination a:hover {
	text-decoration: none;
}
.pagination {
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}
.pagination span {
	margin: 8px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.pagination a:hover {background-color: #E3E3E3;}
.pagination span, .pagination a {border: 1px solid #CCCCCC;}

/*********************************  分页结束 *********************************/
