body.error{ background:url(../images/error-body-bg.gif) repeat-x 0 0 #fff; font-family:microsoft Yahei; }
.wrap-error {
	background:url(../images/404-bigbg.gif) no-repeat center top;
	min-width:1010px;
	max-width:1490px;
	margin:0 auto;
	height:470px;
}
.wrap-error .inner{
	width:1000px;
	margin:0 auto;
}
.wrap-error .information{ border:1px dashed #848484; padding:30px; width:440px; float:right; margin:75px 135px 0 0; _margin-right:68px; background:rgba(255,255,255,.3); }
.wrap-error .information h1{ font-size:36px; font-weight:bold; line-height:77px; color:#484747; position:relative; }
.wrap-error .information p{ color:#484747; font-size:14px; line-height:24px; position:relative; }
.wrap-error .icon-checkother{
	background: url(../images/icon_look404.gif) no-repeat 16px center #ee0000;
	padding-left:48px;
	font:16px/33px "microsoft Yahei";
	color:#fff;
	width:95px;
	text-align:left;
	display:block;
	height:33px;
	margin-top:28px;
	margin-bottom:30px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	 position:relative;
}
@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
	.wrap-error .information{
		background:#fff;
		filter:Alpha(opacity=30);/* 只支持IE6、7、8、9 */
		position:static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
		*zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
	}
	
}


