﻿body{
	margin: 0;
	padding: 0;
}
.Talk_Body{
	width: 99%;
	height: 511px;
	border: 1px solid #DEEEEE;
}
.Talk_Title{
	width: 100%;
	height: 40px;
	background-color: #ffffff;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
    border-bottom:1px solid #DEEEEE;
}
.Talk_Center{
	width: 100%;
	height: 460px;
	overflow-y: scroll;
    overflow-x:hidden;
	background-color: #ffffff;
	padding-bottom: 10px;
}
.Talk_Center_Text{
	width: 100%;
	min-height: 30px;	
	margin-bottom: 5px;
	/* background-color: #B8860B; */
	position: relative;
	float: left;
	top:20px;
    /*text-align:left;*/
}
.Talk_Center_Text1{
	width: 90%;
	height: 10px;	
	margin-bottom: 5px;
	/* background-color: #B8860B; */
	position: relative;
	float: left;
	top:20px;
	left: 30px;
}
.Talk_Center_Name{
	min-width: 180px;
	height: 20px;
	/*padding: 0 20px;*/
	font-size: 12px;
	/* background-color: blueviolet; */
}
.Talk_Center_Name_right{
	/* max-width: 220px; */
	height: 20px;
	padding: 0 20px;
	font-size: 12px;
	/* background-color: blueviolet; */
}
.MyName_Right{
	/*min-width: 180px;*/
	height: 20px;
	/*float: right;*/
    font-size:10px;
}
.MyName_left{
	/*min-width: 180px;*/
	height: 20px;
	float: left;
    font-size:10px;
}
.Name_left{
	float: left;
    margin-top:8px;
    font-size:12px;
    color:#808080;
}
.Name_left img{
    width:20px;
    height:20px;
    border-radius:100%;
}
.Name_Right{
	float: left;
    margin-top:8px;
    font-size:10px;
    color:#808080;
}
.Talk_Center_left{
	max-width: 220px;
	min-height: 40px;
	border-radius: 10px;
	float: left;
	word-wrap:break-word;
	word-break:break-all;
	padding: 0 10px;
	line-height: 40px;
	background-color: blueviolet;
}
.Talk_Center_Right{
	max-width: 220px;
	min-height: 30px;
	/*padding: 0 10px;*/
	line-height: 30px;
    height:30px;
	color:#000000;
	float: left;
    /*margin-right:7px;*/
    font-size:14px;
    margin-left:-82px;

}
.Talk_Write{
	width: 100%;

}
.Talk_Write_Center{
	width: 100%;
	height: 59px;
	line-height: 40px;
	position: relative;
	/* background-color: blueviolet; */
	margin: auto;
    margin-top:-2px;
    margin-left:-1px;
}
.Write_Text{
	top: 10px;
	position: relative;
	width: 210px;
	height: 26px;
	resize: none;
	text-align: left;
    outline:none;
    border:1px solid black;
}
.Talk_Write_Button{
	width: 320px;
	height: 30px;
	line-height: 40px;
	position: relative;
    margin-top:-57px;

	/* background-color: blueviolet; */
}
#Write_Button{
    float:right;
    width: 91px;
    height: 30px;
    /*margin-left: 10px;*/
    margin-top: 3px;
    cursor: pointer;
    background-color: #0064AE;
    color: #FFFFFF;
    font-size: 14px;
    border: 0;
    border-radius: 3px;
    margin-top:16px;
}