* {
	margin: 0px; padding: 0px;
}
.float_layer {
	border: 1px solid rgb(170, 170, 170); border-image: none; display: none;
}
.float_layer h2 {
	background: url("../images/title_bg.gif") repeat-x; height: 25px; color: rgb(51, 51, 51); line-height: 25px; padding-left: 10px; font-size: 14px; border-bottom-color: rgb(170, 170, 170); border-bottom-width: 1px; border-bottom-style: solid; position: relative;
}
.float_layer .min {
	background: url("../images/min.gif") no-repeat 0px bottom; top: 2px; width: 21px; height: 20px; right: 25px; position: absolute;
}
.float_layer .min:hover {
	background: url("../images/min.gif") no-repeat 0px 0px;
}
.float_layer .max {
	background: url("../images/max.gif") no-repeat 0px bottom; top: 2px; width: 21px; height: 20px; right: 25px; position: absolute;
}
.float_layer .max:hover {
	background: url("../images/max.gif") no-repeat 0px 0px;
}
.float_layer .close {
	background: url("../images/close.gif") no-repeat 0px bottom; top: 2px; width: 21px; height: 20px; right: 3px; position: absolute;
}
.float_layer .close:hover {
	background: url("../images/close.gif") no-repeat 0px 0px;
}
.float_layer .content {
	width: 300px; height: 250px; color: rgb(102, 102, 102); line-height: 18px; overflow: hidden; font-size: 14px;
}
.float_layer .wrap2 {
	padding: 0px;
}
