 .window{
  overflow:hidden;/*must have*/
  border:1px solid black; 
	background-color:#eeeeee;
 }
 
.window_iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}


 .window_header{
  width:100%;
  background-color:#366AB5;
  color:#FFFFFF;
  cursor:move;
  border-bottom:1px black solid;
  vertical-align:middle;
  background:url(../../public/pic/orange_bg.jpg);
 }
 
 .window_data{
  padding:0pt;
  overflow:auto;
 }

