
.ChatBox2 {
	display: block;
	width: 185px;
	background: url(../../Images/Chat/ChatBg2.gif) 0 0 repeat-y;
}

.ChatBox2 h2 {
	width: 143px;
	height: 50px;
	background: url(../../Images/Chat/ChatHeader.gif) 0 0 no-repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	padding: 20px 0 0 42px;
	margin: 0;
}

.ChatBox2 .scroll {
	height: 200px;
	width: 158px;
	overflow: auto;
	position: relative;
	margin: 0 0 0 18px;
	padding: 0 5px 0 0;
	top: -15px;
}

.ChatBox2 ul,
.ChatBox2 ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	//display: block;
	//width: 143px;
	//overflow: hidden;
}

.ChatBox2 ul li {
	margin: 0 0 5px 0;
}

.ChatBox2 ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.ChatBox2 ul li a:hover {
	text-decoration: underline;
}

.ChatBox2 ul li small {
	font-size: 10px;
	color: #999;
}

.ChatBox2 .input {
	background: #ddd;
	width: 185px;
	padding-bottom: 15px;
	background: url(../../Images/Chat/ChatFooter.gif) 0 bottom no-repeat;
}

.ChatBox2 .input span {
	border: 1px solid #fff;
	display: block;
	margin-left: 16px;
	width: 160px;
	background: #fff url(../../Images/Chat/ChatTextarea.gif) 1px 1px no-repeat;
}

.ChatBox2 .input textarea.expanding {
	width: 150px;
	height: 30px;
	min-height: 30px;
	border: 1px solid #ddd;
	margin: 0;
	padding: 2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	background: transparent;
}

.ChatBox2 .input input.submit {
	margin: 5px 0 0 20px;
}
