@charset "utf-8";
/* CSS Document */

* { padding: 0; margin: 0; }
li { list-style: none; }
a:link {color:#333; font-size:12px;}
a:active{color:#000; font-size:12px;}
a:hover {color:#ff0000; font-size:12px;}
a img { padding: 20; border: none; } 
A IMG { FILTER:  } 
A:hover { color: #ff0000; text-decoration: none; position: relative; right: 0px; top: 1px }

.float_layer { width: 400px; border: 1px solid #c8c8c8; display:none; background: #fff; }
.float_layer h2 { height: 25px; line-height: 25px; padding-left: 10px; font-size: 12px; color: #333; background: url('images/title_bg.gif') repeat-x; border-bottom: 1px solid #c8c8c8; position: relative }

.float_layer .min { width: 21px; height: 20px; background: url('images/min.gif') no-repeat 0 bottom; position: absolute; top: 2px; right: 25px }
.float_layer .min:hover { background: url('images/min.gif') no-repeat 0 0; }

.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; }

.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: 180px; overflow: hidden; font-size: 12px; line-height: 20px; color: #000; text-indent: 5px; }
.float_layer .wrap { padding: 10px; }
/**/