#srn_window{
  width: 217px;
  *width: 220px;
}
#srn_window_contents{
  background-color: #FFF;
}
#srn_window_contents .text {
	text-align:center;
}
#srn_window_contents .text strong{
	color:#7F3337 !important;
	margin:0px auto;
}
#srn_window_contents .text .photo{
	margin:10px 0px;
}
#srn_window_contents .text span {
	font-weight:bold;
	font-size:12px;
	color:#6C6C6C;
}
#srn_window_tl{
  width: 10px;
  height: 10px;
  background: url('../images/window/tl.gif') top left no-repeat transparent;
}
#srn_window_t{
  background: url('../images/window/t.gif') top left repeat-x #FFF;
}
#srn_window_tr{
  width: 10px;
  height: 10px;
  background: url('../images/window/tr.gif') top right no-repeat transparent;
}
* html #srn_window_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/window/tr.gif', sizingMethod='crop');
}
#srn_window_l{
  background: url('../images/window/l.gif') top left repeat-y transparent;
  width: 10px;
}
#srn_window_r{
  background: url('../images/window/r.gif') top right repeat-y transparent;
  width: 10px;
}
#srn_window_bl{
  width: 10px;
  height: 10px;
  background: url('../images/window/bl.gif') top left no-repeat transparent;
}
* html #srn_window_bl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/window/bl.gif', sizingMethod='crop');
}
#srn_window_b{
  height: 10px;
  background: url('../images/window/b.gif') bottom left repeat-x #FFF;
  *background-position: top left;
}
#srn_window_br{
  width: 10px;
  height: 10px;
  background: url('../images/window/br.gif') top left no-repeat transparent;
}
* html #srn_window_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/window/br.gif', sizingMethod='crop');
}
#srn_window_close{
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: url('../images/btn_close.gif') center center no-repeat transparent;
}
#srn_window_beak{
  width: 32px;
  height: 30px;
  background: url('../images/window/beak.png') top left no-repeat transparent;
  margin-left:15px;
  margin-top:1px;
}
* html #srn_window_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/window/beak.png', sizingMethod='crop');
}


