#window_css{
  width: 250px;
}
#window_css_contents{
  background-color: #FFF;
}
#window_css_tl{
  width: 16px;
  height: 16px;
  background: url('../images/gwindow/red_tl.png') top left no-repeat transparent;
}
* html #window_css_tl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/red_tl.png', sizingMethod='crop');
}
#window_css_t{
  background: url('../images/gwindow/red_t.png') top left repeat-x transparent;
}
#window_css_tr{
  width: 16px;
  height: 16px;
  background: url('../images/gwindow/red_tr.png') top left no-repeat transparent;
}
* html #window_css_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/red_tr.png', sizingMethod='crop');
}
#window_css_l{
  width: 3px;
  background: url('../images/gwindow/red_l.png') top left repeat-y transparent;
}
#window_css_r{
  width: 3px;
  background: url('../images/gwindow/red_r.png') top right repeat-y transparent;
}
#window_css_bl{
  width: 16px;
  height: 16px;
  background: url('../images/gwindow/red_bl.png') top left no-repeat transparent;
}
* html #window_css_bl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/red_bl.png', sizingMethod='crop');
}
#window_css_b{
  background: url('../images/gwindow/red_b.png') top left repeat-x transparent;
}
#window_css_br{
  width: 16px;
  height: 16px;
  background: url('../images/gwindow/red_br.png') top left no-repeat transparent;
}
* html #window_css_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/red_br.png', sizingMethod='crop');
}
#window_css_close{
  width: 21px;
  height: 21px;
  background: url('../images/gwindow/red_close.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #window_css_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/red_close.png', sizingMethod='crop');
}
#window_css_beak{
  width: 28px;
  height: 38px;
  background: url('../images/gwindow/red_beak.png') top left no-repeat transparent;
}
* html #window_css_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/red_beak.png', sizingMethod='crop');
}
#window_css_contents .section1{
  margin: 0;
  padding: 0;
}
#window_css_contents .section2{
  margin: 0;
  padding: 0;
  background-color: #afbed2;
  border-bottom: dotted 1px #24497f;
  border-top: dotted 1px #24497f;
  font-size: 10px; 
}
#window_css_contents p{
  margin: 1px 0;
  padding: 5px;
}
#window_css_contents .title{
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  background-color: #24497f;
}