.float_layer {
	/*display: none;*/
	border: 1px solid #aaa;
	background: #fff;
}

.float_layer h2 {
	position: relative;
	padding-left: 10px;
	height: 25px;
	border-bottom: 1px solid #aaa;
	background: url(../image/title_bg.gif) repeat-x;
	color: #333;
	font-size: 14px;
	line-height: 25px;
}

.float_layer .min {
	position: absolute;
	top: 2px;
	right: 25px;
	width: 21px;
	height: 20px;
	background: url(../image/min.gif) no-repeat 0 bottom;
}

.float_layer .min:hover {
	background: url(../image/min.gif) no-repeat 0 0;
}

.float_layer .max {
	position: absolute;
	top: 2px;
	right: 25px;
	width: 21px;
	height: 20px;
	background: url(../image/max.gif) no-repeat 0 bottom;
}

.float_layer .max:hover {
	background: url(../image/max.gif) no-repeat 0 0;
}

.float_layer .close {
	position: absolute;
	top: 2px;
	right: 3px;
	width: 21px;
	height: 20px;
	background: url(../image/close.gif) no-repeat 0 bottom;
}

.float_layer .close:hover {
	background: url(../image/close.gif) no-repeat 0 0;
}

.float_layer .content2 {
	overflow: hidden;
	width: 280px;
	color: #666;
	font-size: 14px;
	line-height: 18px;
}

.float_layer .wrap2 {
	padding: 0;
	background: #fff;
}

.orbui-post-footer {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}

.orbui-post-footer b {
	color: #41c282;
}

.orbui-post-footer a {
	border-bottom: 2px solid red;
	color: red;
	text-decoration: none;
}
@media screen and (max-width:800px) {
    .float_layer .content2 { width: 180px!important;}
}