#small_window{
	width: 265px;
}

#small_window_contents{
	background-color: #FFF;
  /* border: 3px solid  #900; */
}

#small_window_tl{
	width: 1px;
	height: 1px;
	background-color: #333;
}

#small_window_t{
	width: 1px;
	background-color: #333;
}

#small_window_tr{
	width: 1px;
	height: 1px;
	background-color: #333;
}

#small_window_l{
	width: 1px;
	background-color: #333;
}
#small_window_r{
	width: 1px;
	background-color: #333;
}

#small_window_bl{
	width: 1px;
	height: 1px;
	background-color: #333;
}

#small_window_b{
	background: url('../images/simple_pixel.png') top left repeat-x transparent;
}
#small_window_br{
	width: 1px;
	height: 1px;
	background-color: #333;
}

#small_window_beak{
  width: 28px;
  height: 38px;
  background: url('../images/simple_beak.png') top left no-repeat transparent;
}

* html  #small_window_beak{
  /* Alpha transparencies hack for IE */
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/simple_beak.png', sizingMethod='crop');
}

#small_window_close{
  width: 20px;
  height: 20px;
  background: url('../images/bubble_close.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #small_window_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bubble_close.png', sizingMethod='crop');
}

