#shoutbox {
  position: absolute;
  border: 1px solid black;
  /*width: 200px;
  height: 300px;
  float: right;
  margin-right: -200px*/
}

#shoutbox img {
  max-width: 100%!important;
  max-height: 300px!important;
}

#shoutbox .buttons {
  text-align: center;
  height: 26px;
}

#shoutbox table {
    table-layout:fixed;
    width: 100%
}

#shoutbox td {
    word-wrap: break-word;
    text-wrap: normal;
    white-space: normal;
    width: 100%
}

#toggleShoutbox {
  height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer
}

#toggleShoutbox a:link, #toggleShoutbox a:visited {
  font-weight: normal;
  font-variant: normal;
}

#shoutbox .chatInput {
  
}

#shoutbox .chatInput form {
  width: 99%;
  padding: 12px 0 0 0;
}

#shoutbox .chatInput input.text {
  height: 20px;
  padding: 0;
  font-size: 10pt;
  border: 0;
  width: 82%;
  margin: 0;
  top: 2px;
}

#shoutbox .chatInput input.button {
  height: 20px;
  padding: 0;
  font-size: 10pt;
  border: 0;
  width: 12%;
  position: relative;
  top: 1px
}

#shoutbox .chatInput form a:link, #shoutbox .chatInput form a:visited, #shoutbox .chatInput form a:active {
  font-size: 8pt;
  display: block;
  font-variant: normal;
  height: 18px;
  text-decoration: underline
}

#shoutbox .chatArea {
  overflow: auto;
  margin: 4px auto 0 auto;
}

#shoutbox .resize, #shoutbox .move, #shoutbox .save {
  width: 24px;
  height: 24px;
  margin-top: 1px;
  background-color: transparent;
  border: 0;
}

#shoutbox .chatArea td.uname {
  padding: 0 2px 10px 0;
  border-bottom: 1px dotted
}

#shoutbox .chatArea td {
  padding: 10px 2px 0 5px;
}

#shoutbox .resize {
  background-image: url(../images/shoutbox/shoutbox_resize_on.png);
}

#shoutbox .resize.disabled {
  background-image: url(../images/shoutbox/shoutbox_resize_off.png);
}
#shoutbox .move {
  background-image: url(../images/shoutbox/shoutbox_move_on.png);
}

#shoutbox .move.disabled {
  background-image: url(../images/shoutbox/shoutbox_move_off.png);
}

#shoutbox .save {
  background-image: url(../images/shoutbox/shoutbox_save_on.png);
}

#shoutbox .save.disabled {
  background-image: url(../images/shoutbox/shoutbox_save_off.png);
}




.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
