#chatter {
  padding: 8px;
  background: green;
}

div.livechat {
  position: fixed;
  background: #00AEEF;
  background: rgba(0, 174, 239, 0.95); /* #A01906; #C21718; #8E1001; */
  color: white;
  -moz-border-radius: 0px 8px 8px 0px;
  -webkit-border-radius: 0px 8px 8px 0px;
  padding: 5px;
}

.chattext {
  font-size: 17px;
  font-weight: bold;
  text-shadow: 1px 1px rgba(0,0,0,0.9);
}

#bigchat {
  left: -400px;
  width: 350px;
  text-align: center;
  top: 150px;
}

#smallchat {
  left: -200px;
  width: 26px;
  top: 150px;
}

img.chatpic {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}

img.chatclose {
  position: absolute;
  top: 3px;
  left: 342px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 2px;
}
