/* CSS Document */
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
a{text-decoration:none;color:#333;}
body{color:#333;font-family:'Microsoft YaHei', Verdana, Arial, Helvetica, sans-serif;line-height:20px;overflow-x:hidden;width:100%;font-size:14px;background: #3C3C3C}

/** 以下为顶部 3C3C3C **/
.img_update{
    width: 120px;
    height: 30px;
    border: 0px #dddddd solid;
	float:left;
	cursor:pointer;
	margin-top:-2px;
}

.img_update .filepath{
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor:pointer;
	pointer-events:auto;
}

.img_update #imgBg{
	position: absolute;
	margin-left:-120px;
	pointer-events:none;
}

#top{
	width: 100%;
	height: 129px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#top .title{
	height: 50px;
	background-color: #da251d;
	color: #FFFFFF;
	font-size: 19px;
	text-align: center;
	line-height: 50px;	
}

#top .user_name{
	height: 79px;
	background-color: #f3f3f3;
	border-bottom: 1px solid #999999;
}

#top .user_name img{
	padding:15px 0 0 50px;
	float: left;
}

#top .user_name span{
	margin:0px 0 0 10px;
	line-height: 80px;
	font-size: 18px;
}

#top .service{
	width: 300px;
	height: 30px;
	float: right;
	margin-top:50px;
	text-align: right;
	margin-right: 50px;
	color: #da251d;
	font-size: 17px;
}

/** 以下为内容 **/
#content{
	width: 100%;
	min-height: 300px;
	overflow-y:scroll;
	background: #FFF;
}
#content li{
	padding: 15px;
}


/** 以下为底部 **/
#bottom{
	padding-top: 5px;
	width: 100%;
	height: 200px;
	background-color: #f3f3f3;
	border-top: 1px solid #999999;
	text-align: center;
	
}
#bottom .messages-content{
	resize:none;
}
#bottom .message-btn{
	width: 120px;
	height: 25px;
	
}