﻿.chatPersonage
{
  position: absolute;
  top: 330px;
  left: 770px;
  width: 104px;
  height: 125px;
  background: url(/img/chatPersonage.png) no-repeat;
}

/* chat layer */

.chatContentText
{
  line-height: 18px; 
  position: absolute; 
  top: 50px; 
  font-size: 12px; 
  font-family: 'verdana', 'Trebuchet MS';
}

.chatTitle
{ 
  color: #e60004; 
  font-size: 18px; 
  font-weight: bold; 
  margin: 0 0 20px;
}

.chatSubtitle
{
  color: #e60004; 
  font-weight: bold; 
  margin: 20px 0 5px;
}

.chatContentText .chatSubtitle a
{
  font-size: 12px; 
  font-family: 'verdana', 'Trebuchet MS';
  color: #e60004; 
}

.chatContentText .contentPageSectionContent
{
  line-height:16px;
  margin:0pt 0pt 25px;
}

.chatButtonBegin
{
  margin-top: 10px;
  height:30px;
}

.chatButtonHideText
{
  display: none;
}

