.window-container
{
    width:150px;
    position:absolute;
    left:350;
    top:200;
    font-size:13px;
    font-family:verdana;
}

.window-titleBar
{
    width:99%;
    height:15px;
    padding: 3px 0px 3px 3px;
    text-indent: 3px;
    font: bold 13px Arial;
    background-color: #a9a9a9;
    color: #FFFFFF;
    cursor: move;
    overflow: hidden;
}

.window-content
{
  clear: both;
  width: 100%;
  float: left;
  background: transparent url('../images/shadowAlpha.png') no-repeat bottom right !important;
  background: transparent url('../images/shadow.gif') no-repeat bottom right;
  margin: 5px 0 0 6px !important;
  margin: 10px 0 0 5px;
}

.window-content div {
  color: #777;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
  height:100%;
}

.window-statusBar
{
    width:100%;
    height:15px;
    text-indent: 3px;
    font: bold 13px Arial;
    background-color: #99CCFF;
    border:1px solid #3333FF;
    color: #FFFFFF;
    overflow: hidden;
   
}

.window-minimizeButton
{
    position: absolute;
    right: 40px;
    top: 2px;
    cursor: pointer;
}

.window-maximizeButton
{
    position: absolute;
    right: 20px;
    top: 2px;
    cursor: pointer;
}

 .window-closeButton
{
    position: absolute;
    right: 5px;
    top: 2px;
    cursor: pointer;
}

.window-resizeIcon
{
    float: right;
    cursor: nw-resize;
}
