#chatbox_content
{
  margin: 0;
  padding: 0;
  width: 230px;
  height: 500px;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 50px;
  z-index: 1080;
}
#chatbox_button
{
  margin: 0;
  padding: 0;
  background-image: url('../images/chatbox_button.gif');
  width: 69px;
  height: 18px;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 20px;
  z-index: 1081;
}
