
* { padding: 0; margin: 0; }
li { list-style: none; }

.float_layer { width: 350px; border: 1px solid #aaaaaa; background: #000;  float:left;left:6px;z-index:999; position:fixed; bottom:40px;}
.float_layer h2 { height: 25px; line-height: 25px; padding-left: 10px; font-size: 14px; color: #333; background: url(../zsjm/images/title_bg.gif) repeat-x; border-bottom: 1px solid #aaaaaa; position: relative; }

.float_layer .min { width: 21px; height: 20px; background: url(../zsjm/images/min.gif) no-repeat 0 bottom; position: absolute; top: 2px; right: 25px; }
.float_layer .min:hover { background: url(../zsjm/images/min.gif) no-repeat 0 0; }

.float_layer .max { width: 21px; height: 20px; background: url(../zsjm/images/max.gif) no-repeat 0 bottom; position: absolute; top: 2px; right: 25px; }
.float_layer .max:hover { background: url(../zsjm/images/max.gif) no-repeat 0 0; }

.float_layer .close { background:#efefef; border-radius:20px;border-radius: 20px;height: 20px;line-height: 20px; padding-left: 8px;position: absolute;right: 3px;top: 2px;width: 15px; }
.float_layer .close:hover { }

.float_layer .content { height: 240px; overflow: hidden; font-size: 14px; line-height: 18px; color: #666;  }
.float_layer .wrap { padding: 10px; }


