@charset "utf-8";
/* CSS Document */


.float_layer { width: 135px; border: 1px solid #aaaaaa; display:none; background: #fff; }
.float_layer h2 { height: 25px; line-height: 25px; font-size: 14px; color: #333;position: relative;text-align:left;padding-left:15px; }


.float_layer .max { width: 21px; height: 20px; 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; }
/*Download by http://down.liehuo.net*/
.float_layer .close { width: 21px; height: 20px; 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: 135px; overflow: hidden; font-size: 14px; line-height: 18px; color: #666;  }

