﻿/*****留言的详细列表******/
#leaveword
{
	text-align: center;
	font-size: 14px;
	height:600px;
}
#leaveword dl dt
{
	padding-top:20px;
	padding-bottom:20px;	
}
#leaveword dl dd
{
	clear: both;
	padding-right: 0px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 12px;
	margin: 0px 0px;
	font-family: "" ,Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
}
#leaveword dl dd label
{
	padding: 0px;
	font-size: 12px;
	float: left;
	margin: 5px 0px;
	width: 100px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
.detail
{
	padding: 0;
	font-size: 12px;
	float: left;
	margin: 5px 0px;
	width: 600px;
	color: #476d90;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
}
.detail ul
{
	list-style-type:none;	
}
.detail li
{
	margin-left:50px;
	height:120px;
	background:#eeeeee;	
}
/*****留言列表的左部分******/
.back_L
{
	display:block;
	float:left;
	width:150px;
	height:120px;
	overflow:hidden;
	border:solid 1px #4E2A00;
	color:#4E2A00;		
}
/******留言列表的右部分*****/
.back_R
{
	display:block;
	float:right;
	width:396px;
	height:120px;
	overflow:hidden;
	border:solid 1px #4E2A00;
	color:#4E2A00;		
}
/*******右版块回复********/
.back_list
{
	height:22px;
	line-height:22px;
	width:450px;
	overflow:hidden;
}
/*****分页*****/
#Page_leave
{
	clear:both;
	display:block;
	color:#EE0000;
	padding-left:100px;	
}