@charset "utf-8";
/* css document */

* {
    padding: 0;
    margin: 0;
}

.float_layer {
    border: 1px solid #aaaaaa;
display:none;
}

.float_layer h2 {
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    font-size:16px;
    color: #fffd00;
    border-bottom: 1px solid #0053af;
    position: relative;
    background: #008de4;
}

.float_layer .min {
    width: 21px;
    height: 20px;
      background:  no-repeat 0 bottom;
    position: absolute;
    top: 2px;
    right: 5px;
}

.float_layer .min:hover {
   
}

.float_layer .max {
    width: 21px;
    height: 20px;

    position: absolute;
    top: 2px;
    right: 25px;
}

.float_layer .max:hover {
   
}

.float_layer .close {
    width: 21px;
    height: 20px;
    background:  no-repeat 0 bottom;
    position: absolute;
    top: 2px;
    right: 3px;
    background: #fff;
}

.float_layer .close:hover {
    background:  no-repeat 0 0;
}

.float_layer .content {
    height: 119px;
    width: 270px;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    color: #666;
    background: #fff;
}

.float_layer .wrap2 {
    padding: 0
}
