/**
*
* @package mChat ProSilver 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: #252525;
  padding: 5px 5px 0 5px;
  border-bottom: 1px dotted #000000;
}

div.mChatBG2 {
  background-color: #272727;
  padding: 5px 5px 0 5px;
  border-bottom: 1px dotted #000000;
}

div.mChatRowLimit {
  overflow: auto;
  width: 100%;
  height: 320px;
  border: 1px solid #D77700;
}

div.mChatPanel {
  text-align: center;
  padding: 5px;
}

input.mChatText {
  width: 35%;
  background-color: #000000;
  border: 1px solid #D77700;
  color: #e7e7e7;
  padding: 3px 5px 3px 5px;
}


input.mChatButton {
  width: auto;
  /* font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif; */
  font-weight: bold;
  background-color: #000000;
  border: 1px solid #D77700;
  padding: 2px 5px 2px 5px;
  margin: 5px 0px 0px 5px;
  /* font-size: 1em; */
  color: #D77700;
}

input.mChatButton:hover {
	color: #e7e7e7;
}

div.mChatHover:hover {
  background-color: #303030;
}

div.mChatBodyFix {
}