@charset "utf-8";
/* CSS Document */

* { padding: 0; margin: 0; }
li { list-style: none; }

.float_layer { width: 300px; border: 1px solid #AA4AAE; display:none; background: #fff; z-index:1000; }
.float_layer h2 { height: 25px; line-height: 25px; padding-left: 10px; font-size: 14px; color: #333; background: url(../pic/title_bg.gif) repeat-x; border-bottom: 1px solid #AA4AAE; position: relative; }

.float_layer .min { width: 21px; height: 20px; background: url(../pic/min.gif) no-repeat 0 bottom; position: absolute; top: 2px; right: 25px; }
.float_layer .min:hover { background: url(../pic/min.gif) no-repeat 0 0; }

.float_layer .max { width: 21px; height: 20px; background: url(../pic/max.gif) no-repeat 0 bottom; position: absolute; top: 2px; right: 25px; }
.float_layer .max:hover { background: url(../pic/max.gif) no-repeat 0 0; }
/*Download by http://down.liehuo.net*/
.float_layer .close { width: 21px; height: 20px; background: url(../pic/close.gif) no-repeat 0 bottom; position: absolute; top: 2px; right: 3px; }
.float_layer .close:hover { background: url(../pic/close.gif) no-repeat 0 0; }

.float_layer .content { height: 150px; overflow: hidden; font-size: 14px; line-height: 18px; color: #666; background-color:#EBDDEA;}
.float_layer .wrap1 { padding: 10px;  }
