 .overlay_spread {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.spread_nw {
	background: transparent url(spread/left-top.gif) no-repeat 0 0;			
  width:6px;
  height:33px;
}

.spread_n {
 background: transparent url(spread/popup_top.png) no-repeat 0 0;width:600px;height:40px;line-height:40px	
}

.spread_ne {
  background: transparent url(spread/right-top.gif) no-repeat 0 0;			
  width:6px;
  height:33px;
}

.spread_w {

}

.spread_e {
  background: transparent url(spread/frame-right.gif) repeat-y top right;			
  width:6px;	  
}

.spread_sw {
  background: transparent url(spread/bottom-left-c.gif) no-repeat 0 0;			
  width:6px;
  height:7px;
}

.spread_s  {
   background: transparent url(spread/popup_bottom.png) repeat-y 0 0;width:600px; height:17px;
}

.spread_se, .spread_sizer {
  background: transparent url(spread/bottom-right-c.gif) no-repeat 0 0;			
  width:6px;
  height:7px;
}

.spread_sizer {
	cursor:se-resize;	
}

.spread_close {
	width: 23px;
	height: 23px;
	background: transparent url(spread/popup_close.png) no-repeat 0 0;			
	position:absolute;
	top:10px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.spread_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(spread/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.spread_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(spread/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

  .spread_title {
	float:left;
	height:14px;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin:0px 0px 4px 20px;
	_margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	_padding:10px 0px 0px 0px;
	width:100%;
	color:#fff;
	line-height:20px;
}
.spread_content {
	overflow:auto;
	color: #222;
	line-height:18px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	 background: transparent url(spread/popup_center.png) repeat-y left top;width:600px;
}

caption {
	line-height:24px;
	font-size: 15px;
	font-weight:bold;
	padding-bottom:10px;margin:0;
}


#timeoutPanel
{
	margin: 20px;
}

