@charset "utf-8";
/* CSS Document */
  #customwindow{
    width: 150px;
	height: 75px;
  }
  #customwindow_contents{
    background-color: #FFFFFF ;
	width:150px;
	height:75px;
	
  }
  #customwindow_beak{
    width: 30px;
    height: 26px;
    background: url(images/popup/beak.png) top left no-repeat;
  }
  * html #customwindow_beak{
    /* Alpha transparencies hack for IE */
    background-image:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/popup/beak.png', sizingMethod='crop');
  }
  #customwindow_tl { background: url(images/popup/ltop.png) no-repeat top left; width:10px; height:9px; }
  #customwindow_tr { background: url(images/popup/rtop.png) no-repeat top right; width:10px; height:9px; }
  #customwindow_bl { background: url(images/popup/lbottom.png) left top no-repeat ; width:10px; height:9px; }
  #customwindow_br { background: url(images/popup/rbottom.png) left top no-repeat ; width:10px; height:9px; }
  #customwindow_t { background: url(images/popup/top.png) left top repeat-x ; width: auto; height:9px; }
  #customwindow_b { background: url(images/popup/bottom.png) left top repeat-x ; width: auto; height:9px; }
  #customwindow_l,#customwindow_r {
    background-color: #776E64;
    height: 3px;
    width: 4px;
  }


