﻿@charset "utf-8";
/* CSS Document 一流素材网www.16sucai.com */


.float_layer { width:240px; border: 1px solid #aaaaaa; display:none; background-color:Black; }
.float_layer h2 { height: 25px; line-height: 25px; padding-left: 10px; font-size: 14px; color: #333; background: url(../imagess/title_bg.gif) repeat-x; border-bottom: 1px solid #aaaaaa; position: relative;margin:0px; }

.float_layer a.min { width: 21px; height: 20px; background: url(../imagess/min.gif) no-repeat 0 bottom; position: absolute; top: 2px; right: 25px; }
.float_layer a.min:hover { background: url(../imagess/min.gif) no-repeat 0 0; }

.float_layer a.max { width: 21px; height: 20px; background: url(../imagess/max.gif) no-repeat 0 bottom; position: absolute; top: 2px; right: 25px; }
.float_layer a.max:hover { background: url(../imagess/max.gif) no-repeat 0 0; }

.float_layer a.close { width: 21px; height: 20px; background: url(../imagess/close.gif) no-repeat 0 bottom; position: absolute; top: 2px; right: 3px; }
.float_layer a.close:hover { background: url(../imagess/close.gif) no-repeat 0 0; }

.float_layer .content { height: 240px; overflow: hidden; font-size: 14px; line-height: 18px; color: #666;  }
.float_layer .wrap { padding: 10px; }