#window #content { padding: 10px 10px 5px 10px; }
#window #chat #conversation { width: 474px; height: 255px; background: #fff; border: solid 1px #B3B3B3; font: 12px Helvetica; position: relative; overflow: auto; padding: 5px; line-height: 1.5; }
#window #chat input { width: 474px; background: #fff; border: solid 1px #b3b3b3; border-top: none; font: 12px Helvetica; position: relative; padding: 2px 5px 2px 5px; }

.ui-dialog {
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  font-family: Helvetica; background: #fff; color: #222; border: 4px solid #b3b3b3; position: relative;
}
body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
.ui-dialog-titlebar {
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  font-family: Helvetica; padding: .5em 1.5em .5em 1em; color: #555555; background: #e6e6e6 url('../images/pattern_mainheader.png') 0 50% repeat-x; border-bottom: 2px solid #b3b3b3; font-size: 1.1em; font-weight: normal; position: relative;
}
.ui-dialog-title {}
.ui-dialog-titlebar-close {
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  background: url('../images/icon_close_off.gif') 0 0 no-repeat; position: absolute; right: 15px; top: 15px; width: 11px; height: 11px; z-index: 100;
}
.ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover, .ui-dialog-titlebar-close:active {
  background: url('../images/icon_close_on.gif') 0 0 no-repeat;
}
.ui-dialog-titlebar-close span { display: none; }
.ui-dialog-content {
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  background: #ffffff; color: #222222; padding: 0px;
}
.ui-dialog-buttonpane {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: left;
  border-top: 1px solid #d3d3d3;
}
.ui-dialog-buttonpane button {
  margin: .5em 0 .5em 8px;
  color: #555555;
  background: #e6e6e6 url('../images/e6e6e6_40x100_textures_02_glass_75.png') 0 50% repeat-x;
  font-size: 1.1em;
  border: 1px solid #d3d3d3;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  line-height: 1.4em;
}
.ui-dialog-buttonpane button:hover {
  color: #212121;
  background: #dadada url('../images/dadada_40x100_textures_02_glass_75.png') 0 50% repeat-x;
  border: 1px solid #999999;
}
.ui-dialog-buttonpane button:active {
  color: #222222;
  background: #ffffff url('../images/ffffff_40x100_textures_02_glass_65.png') 0 50% repeat-x;
  border: 1px solid #dddddd;
}
/* This file skins dialog */
.ui-dialog.ui-draggable .ui-dialog-titlebar,
.ui-dialog.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

