.window
{
  background-image: url('images/window_background-yellow.png');
  background-position: top left;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 10px;
  font-family: "Lucida Grande" , Verdana;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  min-width: 150px;
  min-height: 100px;
}

.window .window_contents
{
  margin-top: 10px;
  width: 100%;
  height: 100%;
}

.window .window_header
{
  text-align: center;
  color: #000000;
}

.window .window_title
{
  margin-top: -7px;
  margin-bottom: 7px;
  font-size: 11px;
  cursor: move;
}

.window .window_close
{
  display: block;
  position: absolute;
  top: 4px;
  left: 5px;
  height: 13px;
  width: 13px;
  background-image: url('images/window_close.gif');
  cursor: pointer;
  cursor: hand;
}

iframe
{
  overflow: hidden;
}