#nsg_window{
  width: 300px;
}
#nsg_window_contents{
  background: url('corners/nsgWindow_contents.png') bottom center no-repeat #CBD8C3;
  font-family: "courier new";
  font-size: 12px;
}
#nsg_window_dq{
  font-size: 10px;
  color: black; 
  background-color: #CBD8C3;
}
#nsg_window_dq:link { font-weight:bold; color:blue; text-decoration:none; }
#nsg_window_dq:visited { font-weight:bold; color:blue; text-decoration:none; }
#nsg_window_dq:focus { font-weight:bold; color:red; text-decoration:underline; }
#nsg_window_dq:hover { font-weight:bold; color:green; text-decoration:none; }
#nsg_window_dq:active { font-weight:bold; color:lime; text-decoration:underline; }

#nsg_window_contents div{
  font-style: italic;
  margin: 0 10px;
}
#nsg_window_tl{
  width: 14px;
  height: 14px;
  background: url('corners/nsgWindow_tl.png') top left no-repeat transparent;
}
* html #nsg_window_tl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='corners/nsgWindow_tl.png', sizingMethod='crop');
}
#nsg_window_t{
  background: url('corners/nsgWindow_t.png') top left repeat-x transparent;
}
#nsg_window_tr{
  width: 14px;
  height: 14px;
  background: url('corners/nsgWindow_tr.png') top left no-repeat transparent;
}
* html #nsg_window_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='corners/nsgWindow_tr.png', sizingMethod='crop');
}
#nsg_window_l{
  width: 3px;
  background: url('corners/nsgWindow_l.png') top left repeat-y transparent;
}
#nsg_window_r{
  width: 3px;
  background: url('corners/nsgWindow_r.png') top right repeat-y transparent;
}
#nsg_window_bl{
  width: 14px;
  height: 14px;
  background: url('corners/nsgWindow_bl.png') top left no-repeat transparent;
}
* html #nsg_window_bl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='corners/nsgWindow_bl.png', sizingMethod='crop');
}
#nsg_window_b{
  background: url('corners/nsgWindow_b.png') top left repeat-x transparent;
}
#nsg_window_br{
  width: 14px;
  height: 14px;
  background: url('corners/nsgWindow_br.png') top left no-repeat transparent;
}
* html #nsg_window_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='corners/nsgWindow_br.png', sizingMethod='crop');
}
#nsg_window_close{
  width: 60px;
  height: 60px;
  background: url('corners/nsgWindow_close.png') top left no-repeat transparent;
  margin: -20px 0 0 20px;
  cursor: pointer;
}
* html #nsg_window_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='corners/nsgWindow_close.png', sizingMethod='crop');
}
#nsg_window_beak{
  width: 27px;
  height: 37px;
  background: url('corners/nsgWindow_beak.png') top left no-repeat transparent;
}
* html #nsg_window_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='corners/nsgWindow_beak.png', sizingMethod='crop');
}

body, a {
   font: normal 100.01% Helvetica, Arial, sans-serif;
   color: black; background-color: #CBD8C3;
}
html, body {
   margin: 0;
   height: 100%;
   overflow: hidden;
   background-color: #CBD8C3;
}


v\:* {
  behavior:url(#default#VML);
}

<!--
html, body {height:100%;}
-->


