@charset "utf-8";
/* CSS Document */
div.ui-widget-content {
	/*color:#666;
	font-size:14px;
	background:url("../images/ui_images/ui-bg_highlight-soft_100_eeeeee_1x100.png") repeat-x scroll 50% top;*/
	
}

#dialog-restore span{
	background:url(/images/ui_images/huanyuan.png); 
    width:22px;
    height:22px;
	background-repeat:no-repeat;
	text-indent:-99999px;
	overflow:hidden;	
	display:block;
	/*_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/ui_images/huanyuan.png',sizingMethod='scale');*/
}
#dialog-restore:hover span{
	background:url(/images/ui_images/huanyuan_.png);    
    background-repeat:no-repeat; 
    cursor:pointer;
   /*_background: transparent;
   _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/ui_images/huanyuan_.png',sizingMethod='scale');*/
}


#dialog-maximize span{
	background:url(/images/ui_images/da.png); 
    width:22px;
    height:22px;
	background-repeat:no-repeat;
	text-indent:-99999px;
	overflow:hidden;	
	display:block;
   /*_background: transparent;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/ui_images/da.png',sizingMethod='scale');*/
}
#dialog-maximize:hover span{
	background:url(/images/ui_images/da_.png);    
    background-repeat:no-repeat; 
    cursor:pointer;
   /*_background: transparent;
   _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/ui_images/da_.png',sizingMethod='scale');*/
}

#dialog-minimize span{
	background:url(/images/ui_images/xiao.png); 
    width:22px;
    height:22px;
	background-repeat:no-repeat;
	text-indent:-99999px;
	overflow:hidden;	
	display:block;
  /* _background: transparent;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/ui_images/xiao.png',sizingMethod='scale');*/
}
#dialog-minimize:hover span{
	background:url(/images/ui_images/xiao_.png);    
    background-repeat:no-repeat; 
    cursor:pointer;
   /*_background: transparent;
   _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/ui_images/xiao_.png',sizingMethod='scale');*/
}

#dialog-minimize{
	/*height:18px;
	margin:-10px 0 0;
	padding:1px;
	position:absolute;
	right:2.8em;
	top:50%;
	width:19px;
*/	
    margin:-10px 1px 0 1px; 
    cursor:pointer;
    width:22px;
    height:22px;
    display:inline-block;
    padding:1px;
    position:absolute;
    top:50%;
    right:3.5em;   
   
}

#dialog-maximize  {
	 width:22px;
    height:22px;
	 margin:-10px 1px 0 1px; 
	 cursor:pointer;
	padding:1px;
	position:absolute;
	right:2.1em;
	top:50%;	
}

#dialog-restore  {
	 width:22px;
    height:22px;
	 margin:-10px 1px 0 1px; 
	 cursor:pointer;
	padding:1px;
	position:absolute;
	right:2.1em;
	top:50%;	
}