#control_overlay {
  background-color:#000000;
}
.modal {
  background-color:#FFFFFF;
  border:1px solid #333333;
/*  padding:10px;*/
  width: 75%;
}
.modal h1 {
  font-size: 1.2em;
  background-color: #666;
  color: #fff;
/*  width: 100%;*/
  padding: 4px;
}
.modal .content {
  padding: 10px;
}
.tooltip {
  background-color:#FFFFFF;
  border:1px solid #000000;
  color:#333333;
  font-family:"Lucida Grande",Verdana;
  font-size:10px;
  height:25px;
  width:200px;
}
.simple_window {
  background-color:#FFFFFF;
  border:1px solid #000000;
  color:#333333;
  font-family:"Lucida Grande",Verdana;
  font-size:12px;
  height:50px;
  padding:10px;
  text-align:left;
  width:250px;
}
.window {
  -moz-border-radius-bottomleft:10px;
  -moz-border-radius-bottomright:10px;
  -moz-border-radius-topleft:10px;
  -moz-border-radius-topright:10px;
/*  background-image:url(/stylesheets/window_background.png);*/
  background-position:left top;
  color:#FFFFFF;
  font-family:"Lucida Grande",Verdana;
  font-size:13px;
  font-weight:bold;
  min-height:100px;
  min-width:150px;
  padding:10px;
  text-align:center;
}
.window .window_contents {
  height:100%;
  margin-top:10px;
  width:100%;
}
.window .window_header {
  text-align:center;
}
.window .window_title {
  cursor:move;
  font-size:11px;
  margin-bottom:7px;
  margin-top:-7px;
}
.window .window_close {
/*  background-image:url(/stylesheets/window_close.gif);*/
  cursor:pointer;
  display:block;
  height:13px;
  left:5px;
  position:absolute;
  top:4px;
  width:13px;
}