#startchat {
  display:block;
  height:180px;
  padding:50px 0 0 0;
}
#wait {
  display:block;
  height:160px;
  text-align:center;
  padding:70px 0 0 0;
  line-height:2em;
}
  
#chat {
  display:block;
  height:230px;
}

#startchat label {
  display:block;
  clear:left;
  float:left;
  width:170px;
  margin-left:20px;
}
#startchat input, #startchat textarea {
  float:left;
  border:1px solid #ccc;
  width:350px;
  font-size:11px;
  font-family:Tahoma;
  padding:1px 0 1px 3px;
}
#startchat textarea {
  height:60px;
  margin-top:1px;
}
#startchat input.s_button {
  float:left;
  margin:20px 0 0 50px;
  width:150px;
  background:#000;
  color:#fff;
  border:none;
  cursor:pointer;
}

#chat #mess {
  height:220px;
  overflow:auto;
}
#chat #messages {
}
#chat #wrt {
  padding:3px 0;
  height:20px;
  background:#f3f3f3;
}
#chat label {
  display:block;
  float:left;
  width:100px;
  text-align:right;
  padding:2px 3px 0 0;
}
#chat input.w_txt {
  border:1px solid #ccc;
  background:#fff;
  font-size:11px;
  font-family:Tahoma;
  padding:1px 0 1px 3px;
  margin:0;
  height:16px;
  width:405px;
}
#chat input.w_button {
  background:#000;
  color:#fff;
  cursor:pointer;
  width:50px;
  border:1px solid #000;
  height:20px;
  margin:0 0 0 2px;
  font-size:11px;
  font-family:Tahoma;
}

#messages p {
  display:block;
  margin:2px 5px;
}
#messages .from {
  color:#a00;
}
#messages .to {
  color:#0a0;
}