@charset "utf-8";

*{padding:0;margin:0;}
li{list-style:none;}
body{background:#eee;}

/* float_layer */
.float_layer{width:210px;border:1px solid #aaaaaa;display:none;background:#fff;}
.float_layer h2{height:24px;line-height:24px;padding-left:10px;font-size:14px;color:#333;background:url(images/title_bg.gif) repeat-x;border-bottom:1px solid #aaaaaa;position:relative;}

.float_layer .min{width:21px;height:19px;background:url(images/min.gif) no-repeat 0 bottom;position:absolute;top:2px;right:25px;}
.float_layer .min:hover{background:url(images/min.gif) no-repeat 0 0;}

.float_layer .max{width:21px;height:19px;background:url(images/max.gif) no-repeat 0 bottom;position:absolute;top:2px;right:25px;}
.float_layer .max:hover{background:url(images/max.gif) no-repeat 0 0;}
.float_layer .close{width:21px;height:19px;background:url(images/close.gif) no-repeat 0 bottom;position:absolute;top:2px;right:3px;}
.float_layer .close:hover{background:url(images/close.gif) no-repeat 0 0;}

.float_layer .content{height:100%;overflow:auto;font-size:14px;line-height:18px;color:#666;}
.float_layer .wrap{padding:10px;}
.arrow{
	display: block;
	width: 12px;
	height: 10px;
	position: absolute;
	top: -6px;
	left: 30px;
	background: url(images/jt.png) no-repeat 0px 0px;
	overflow: hidden;
}
