﻿html, body {
margin:0;
padding:0;
border:0;
background:#FFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.8em;
width:100%;
}

.tablecenter
{
   margin: 0 auto;   
    }
    
    
#divClient
{
 background-image:url(./images/chatclient/client-back.jpg);
 background-repeat:no-repeat;
 width:510px;
 height:486px;

}

#divHead
{
    height:150px;
    width:510px;
    }
    
#divProfile
{
    height:150px;
    width:130px;
    float:left;
    }

.profileimage
{
  margin:20px 0 0 30px;  
    }

#divInfo
{
    width:360px;
    height:150px;
    float:right;
    }

#divHeaderText
{
    width:360px;
    }
    
#divHeaderTextLeft
{
    width:260px;
    height:30px;
    margin:20px 0 0 0;
    color:#fff;
    float:left;
    }
#divHeaderTextRight
{
    width:80px;
    margin:11px 3px 0 0;
    float:right;
    }


#divHeadBody
{
    width:330px;
    height:75px;
    margin:10px 30px 0 0;
    }

#scroller {
width:420px;
height:240px;
overflow:auto;
position:relative;
margin: 0px 0 0 40px;

}

#scroller p {
margin:0;
padding:10px;
text-align:justify;
position:absolute;
}

#divSpacer
{
    height:20px;
    width:510px;
    clear:both;
    }

#divChatbox
{
    width:510px;
    margin:0 0 0 40px;
}

#chatLeft
{
    float:left;
    width:360px;
    }
    
#chatRight
{
    
    }

.txtChat
{
margin:10px 0 0 0;
border:0;
background:#dcdde0;
font-family:Verdana, Arial, Helvetica, sans-serif;
width:350px;
height:30px;
font-size:10px;
}

.send
{
margin:  0 0 0 10px;
width:70px;
height:46px;
}

.startbox
{
  font-size:11px;
  width:200px;
  height:16px;  
    }
    
.endbutton
{
    right:0px;
    top:0px;
 
    }
    
.warning
{
    color:Red;
    font-weight:bold;
   
    }