﻿/***** CHAT BOX *****/
.cb-table{
	width:780px;
	margin-bottom:10px;
}

.cb-top{
	background: url('top.png') no-repeat center bottom;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 30px;
	vertical-align:middle;
}

.cb-mid{
	background: url('mid.png') repeat-y center top;
	 padding-top:10px;
	 padding-left:10px;
	 padding-right:10px;
}
.cb-bottom{
	background: url('bottom.png') no-repeat center top;
	height:10px;
	width:100%;
}

#msg, .form, .emotion{
	border:1px #FFECB8 solid;
	background-color:#FFFFFF;
}
#msg, .form{
	width:560px;
	padding:3px;
}
#msg{
	height:236px;
	overflow:auto;
	text-align:left;
}

.form{
	margin-top:10px;
	height:35px;
	line-height:35px;
	text-align:center;
}
.emotion{
	width:180px;
	height:295px;
}
#reset{
	float:left;
	margin:8px;
}

