
.button6 {
  background-color: #4e1d0f;
  color: #ffffff;
  border: 1px solid #4e1d0f;
  border-radius: 10px;
  font-size: 18px;
    font-family: sarai;
  border-top: 1px #ffffff;
/* height:56px; */
height:auto;
  transition-duration: 0.1s;
  float: clear;
 }
.button6:hover {
 /* color:black;*/
 
   background: -webkit-linear-gradient(bottom, #4e1d0f 12%, #dddddd 100%);
  background: -moz-linear-gradient(bottom, #4e1d0f 12%, #dddddd 100%);
  background: -o-linear-gradient(bottom, #4e1d0f 12%, #dddddd 100%);
  background: linear-gradient(bottom, #4e1d0f 12%, #dddddd 100%);

  padding-bottom:1px; 
    -ms-transform: scale(1.1);  /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}

.ChatBody
{
	font-family: sarai,helvetica, arial, geneva, sans-serif;	
	background-color: #76a7d6;
	color: #ffffff;
	font-size: 10pt;
	font-weight: 600;
	margin: 5px;
	text-indent: 0;
}

.ChatTable
{
	font-family: sarai,helvetica, arial, geneva, sans-serif;	background-color: #c5d8eb;
	color: #000000;
	font-size: 10pt;
	font-weight: 800;
}

.ChatTabTitle
{
	font-family: sarai,helvetica, arial, geneva, sans-serif;	background-color: #4e1d0f;
	color: #FFFFFF;
font-size: 1em;
/*15pt;
	font-weight: 800; */
}

TR.ChatCell, TD.ChatCell, TH.ChatCell
{
	font-family: sarai,helvetica, arial, geneva, sans-serif;	color: #000000;
	font-size: 10pt;
	font-weight: 700;
}

TH.ChatCell
{
	font-family: sarai,helvetica, arial, geneva, sans-serif;	font-weight: 800;
}


A.ChatLink
{
	font-family: sarai,helvetica, arial, geneva, sans-serif;	text-decoration: underline;
	color: #FFFFFF;
	font-weight: 600;
	cursor:pointer;
}

A.ChatLink:hover, A.ChatLink:active
{
	font-family: sarai,helvetica, arial, geneva, sans-serif;	color: #FF9900;
	text-decoration: none;
	cursor:pointer;
}

A.ChatReg
{
	font-family: sarai,helvetica, arial, geneva, sans-serif;	text-decoration: underline;
	font-size: 1.2em;
	color: #6ba0d3;
	font-weight: 800;
	cursor:pointer;
}

A.ChatReg:hover,A.ChatReg:active
{
	font-family: sarai,helvetica, arial, geneva, sans-serif;	color: #FF9900;
	text-decoration: none;
	cursor:pointer;
}

INPUT.ChatBox, SELECT.ChatBox, TEXTAREA.ChatBox
{
	font-family: sarai,helvetica, arial, geneva, sans-serif;	font-size: 1em;
	background: #fbefef;
}

.ChatTitle
{
	font-family: sarai,helvetica, arial, geneva, sans-serif;	color: #4e1d0f;
	font-size: 15pt;
	font-weight: 700;
}

.ChatError
{
	font-family: sarai,helvetica, arial, geneva, sans-serif;	font-size: 1.5em;
	font-weight: 800;
	color: #FF0000;
	}

.ChatCopy
{
	font-family: helvetica, arial, geneva, sans-serif;
	unicode-bidi: embed;
	color: #c5d8eb;
	font-size: 8pt;
}

A.ChatCopy, A.ChatCopy:active
{
	font-family: helvetica, arial, geneva, sans-serif;
	color: #FFFFFF;
	cursor:pointer;
}

.ChatP1
{
	font-family: sarai,helvetica, arial, geneva, sans-serif;	font-size: 10pt;
	color: #FFFFFF;
}

.ChatP2
{
	font-family: sarai,helvetica, arial, geneva, sans-serif;	font-size: 10pt;
	color: #000000;
}

.ChatP3
{
	font-family: sarai,helvetica, arial, geneva, sans-serif;	font-size: 10pt;
	font-weight: 600;
	color: #ffffff;
}

.ChatFlags
{
	font-family: sarai,helvetica, arial, geneva, sans-serif;	color: #000000;
	font-size: 20pt;
	font-weight: 800;
}