.overlay_spread {
	background-color: #FF0000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.spread_nw {
  width:0px;
  height:0px;
}

.spread_n {
 height:0px;
}

.spread_ne {
  width:0px;	  
  height:0px;
}

.spread_w {
  width:0px;
}

.spread_e {
  width:0px;	  
}

.spread_sw {
  width:0px;
  height:0px;
}

.spread_s  {
  height:0px;
}

.spread_se, .spread_sizer {
  width:0px;
  height:0px;
}

.spread_sizer {
	cursor:se-resize;	
}

.spread_close {
	width: 47px;
	height: 15px;
	background: transparent url(close.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:0px;
	cursor:pointer;
	z-index:1000;
}

.spread_minimize {

}

.spread_maximize {

}

.spread_title {
	height:0px;
	display:none;
}

.spread_content {
	padding:0px;
	overflow:auto;
	color: #222;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0px;
	background:#FFFF00;
	font-size:0px;
}

.dialog .top{height:15px;}
.dialog .bot{display:none;}