.chat
        {
            width:100px;
            
        }
        .chat img{
        	display:none;
        }
        
        /*  override webchat */
       	div.webchat{	
            width:260px;
            margin:0px;
            padding:0px;
            font-family: verdana;
			font-size: 11px;
        }
        
        div.webchat div.profile{
        	position:relative;
			float:left;
        	width:249px;
        	margin:0px;
        	}
        	
        div.webchat div.messages{
        	position:relative;
			float:left;
			width:241px;
            font-family: verdana;
			font-size: 11px;
        	}
        
        div.webchat div.input{
        	position:relative;
			float:left;
        	width:247px;
        }
        div.webchat div.input textarea{
        	position:relative;
			float:left;
        	width:240px;
        	border:1px solid #cccccc;
        	font-family: verdana;
			font-size: 11px;
        } 