.boxy-wrapper .title-bar h2 {
  font-size:20px;
  font-weight:bold;
  padding:5px;
}

.boxy-wrapper .title-bar .close {
  font-size:0.8em;
  top:15px;
}

#cnvs_chat {
  width:500px;
  height:310px;
  padding:5px;
}

#cnvs_chatlog {
  width:330px;
  height:250px;
  float:left;
  border:1px solid black;
  overflow:auto;
}

#cnvs_chatlog p {
  color:green;
  padding:5px;
  margin:0px;
}

#cnvs_chatpicture {
  width:160px;
  height:250px;
  float:right;
  border:1px solid black;
  background: url('images/operator.jpg');
}

#cnvs_input {
  clear:both;
  width:500px;
  padding-top:10px
}

#cnvs_status {
  padding-top:5px;
  font-size:0.8em;
  display:none;
}