@charset "utf-8";
/* CSS Document */


#ConnectUs{
	float:left;
	width:178px;
}
#ConnectUs ul
{
    
}

#ConnectUs li
{
    height:30px;
	overflow:hidden;
}

#ConnectUs li a
{
	display:block;
	height:60px;
	background-repeat: no-repeat;
	width:179px;
}
#ConnectUs li a:hover
{
	margin-top:-30px;
}
.Express{background-image: url(../Images/GuestItem1.gif);}
.GuestBooks{background-image: url(../Images/GuestItem2.gif);}

#NewsTitle{
	float:left;
	width:178px;
}
#LeftContainer ul{
	float:left;
	width:178px;
}

#LeftContainer ul li{
	float:left;
	width:178px;
}

#LeftContainer #LeftMenu{
	margin-top:10px;
}

#LeftContainer #LeftMenu li{
	width:168px;
	padding-left:10px;
	margin-top:3px;
}




#ContentTitle{
	float:left;
	width:760px;
	height:38px;
	border-bottom:solid 1px #bdbdbd;
	line-height:1.8em;
	color:#494848;
}
#ContentTitle img{
	float:left;
	margin:12px 0 0 21px;
}

#ContentTitle span{
	float:right;
	margin-right:20px;
	color:#636363;
}

#Content{
	float:left;
	width:660px;
	padding:30px 50px;
	line-height:1.8em;
	color:#494848;
}
.GuestBookItem{
	float:left;
	width:640px;
	margin:0 10px;
	border-bottom:dotted 1px #999;
}

.GuestPic{
	float:left;
	width:80px;
	height:76px;
	padding:32px 0 0 10px;
	border-right:dotted 1px #999;
	margin:10px 0;
	text-align:center;
	overflow:hidden;
}

.GuestPic span {
	font-size: 14px;
	font-weight: bold;
	color: #564f46;
	
}

.GuestContent{
	float:left;
	width:529px;
	margin-left:20px;
	text-align:left;
	line-height:1.8em;
}

.RequestText{
	float:left;
	width:519px;
	padding-left:10px;
	color:#5d4f2a;
}

.AnswerText{
	float:left;
	width:519px;
	padding-left:10px;
	background-color:#eef8fc;
}


#Pager{
	float:left;
	width:660px;
	height:30px;
	margin-top:20px;
	text-align:center;
}
#Pager table
{
    margin-left:40%;
}

#ContentInput{
	float:left;
	width:660px;
	height:181px;
}

#InputTbl{
	width:660px;
	line-height:30px;
}

.btn{
	vertical-align:middle;
}



