
.chat-box {
    position:fixed;
    right:15px;
    bottom:0;
	
    box-shadow:0 0 0.1em #000;
}

.chat-closed {
    width: 200px;
    height: 40px;
    background: #43b51f;
    font-family:'Times New Roman';
    line-height: 35px;
    font-size: 20px;
    text-align: center;
	padding-bottom:50px;
    border:1px solid #777;
    color: #000;
}

.chat-header {
    width: 250px;
    height: 35px;color:black;font-size:20px;
    background: #43b51f;
    line-height: 33px;
    text-indent: 20px;
    border:1px solid #777;
    border-bottom:none;
	   -moz-border-radius: 6px;
     -webkit-border-radius: 6px;
    
}

.chat-content{
    width:250px;
    height:50px;
	font-size:17px;
    background:#ffffff;
    border:1px solid #777;
    overflow-y:auto;
	border-radius:2px;
	padding-top:10px;
    word-wrap: break-word;
	
}

.box{
    width:10px;
    height:10px;
  
    float:left;
    position:relative;
    top: 11px;
    left: 10px;
   
	
}

.hide {
    display:none;
}
