div {

}
.chatuser {
float:right;
font-size:12px;
font-weight: bold;
text-decoration: underline;
}

.chattime {
float:left;
font-size:10px;
}

.chattext {
font-size:13px;
word-wrap:break-word;
}
.chatrecord {
background-color: #F0F0F0; 
padding: 0px ;
margin-bottom :3px;
white-space:normal;
border-width: 1px 0px 0px 0px;
border-style: dashed;
word-wrap: break-word;
}
.chatcell {
width: 190px;max-width: 190px; height: 300px;max-height: 300px;background-color: #D0D0D0;white-space:normal;
}
.chatdiv {
overflow: auto; ;height:250px;width:100%; clear: inherit; 
}
.sendbutton {
position: absolute;
padding-left: 5px;
}

div.chatcenter {
	background-position: center;
	background-repeat: no-repeat;
	min-height: 250px;
	min-width: 220px;
	max-width: 220px;
	width: 220px;
	padding: 0px;
	margin: 10px;   
	clear: inherit;
	display: inherit;
}

div.chat_window {
min-height: 600px;
	height: 600px;
	min-width: 220px;
	max-width: 220px;
	width: 220px;
}
div.spacer {
	width: 100%;
	height: 5px;
}
div.chattools {
	width: 100%;
}
.chatinparea {	
	height : 50px;
    width: 90%;

	font-size:11px;
	overflow: none;
}

div.sms_code{
	border: solid 1px #999;
	visibility: hidden ; 
	position: absolute ;
	z-index: 501;
	width: 150px;
	padding: 5px;
	background-color: #fffbd0;
    font-size: 12px ;
    height: 0px;	
}
div.chathelp{
    /*border: solid 1px #999;*/
    visibility: hidden ; 
    /*position: absolute ;*/
    /*z-index: 500;*/
    width: 1px;
    background-color: #fffbd0;
    padding: 5px;
    text-align: center;
    /*overflow: none; */
    max-height: 300px;
    
}
div.chatsmiles{
	/*border: solid 1px #999;*/
    /*visibility: hidden ; */
    /*position: absolute ;*/
    /*z-index: 500;*/
    width: 208px;
    height: 100%;
    /*padding: 5px;*/
    background-color: #fffbd0;
    font-size: 12px ;
}
div.onesmile{
    /*border: solid 1px #999;*/
    width: 100%;
    height: 100%;
    display: inline-table;
    vertical-align: middle;
    
}

