.b-panel {
	position:absolute
}
.b-fr {
	float:right
}
.b-fl {
	float:left
}

.module-error {
    padding: 50px 0  50px;height: 300px;
}
.module-error .error-main {
	margin:0 auto;
	width:600px
}
.module-error .label {
	float:left;
	width:160px;
	height:151px;
	background:url('error.png') 0 0 no-repeat
}
.module-error .info {
	margin-left:240px;
	line-height:1.8
}
.module-error .title {
	color:#666;
	font-size:18px
}
.module-error .reason {
	margin:8px 0 18px 0;    font-size: 16px;
	color:#666   
}