/**** @package mChat SubSilver2 Style* @version 1.2.6 of 22.05.2009* @copyright (c) By Shapoval Andrey Vladimirovich (AllCity) ~ http://allcity.net.ru/* @license http://opensource.org/licenses/gpl-license.php GNU Public License***/div.mChatBG1 {  background-color: #222222;  padding: 2px 2px 2px 5px;  border-bottom: 1px dotted #333333;}div.mChatBG2 {  background-color: #222222;  padding: 2px 2px 2px 5px;  border-bottom: 1px dotted #333333;}div.mChatRowLimit {  overflow: auto;  width: 100%;  height: 100px;}div.mChatPanel {  text-align: center;  padding: 5px;}input.mChatText {  width: 25%;  border: 1px solid #333333;  color: #000000;  padding: 1px 2px 1px 2px;  margin: 2px 0px 0px 2px;}input.mChatButton {  width: auto;  font-weight: bold;  background-color: #666D65;  border: 1px solid #5E845A;  cursor: pointer;  padding: 1px 2px 1px 2px;  margin: 1px 0px 0px 1px;  font-size: 1em;}div.mChatHover:hover {  background-color: #383838;}