﻿@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{background:#efefef url('../images/404bg.jpg')} 
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
.ml20{margin-left:20px;}
.wrapper404{width:760px; margin:0 auto;}
.wrappererr{width:670px; margin:0 auto;}
.inbox404{
	position:absolute;
	top:25%;
	width:760px;
}
.inboxerr{
	position:absolute;
	top:25%;
	width:670px;
}
.errortxt{
	font-size:12px;
	color:#666;
	line-height:200%;
	margin-top:15px;
}
.errortxt p{
	margin-top:15px;
	margin-left:5px;
}
.errlink{
	color:#f30;
}
.errlink a:link,.errlink a:visited{
	color:#f30;
	font-weight:bold;
	text-decoration:underline;
}
.other{
	font-size:14px;
	margin-top:35px;
}
.other p{
	margin-top:25px;
}
.linkother a:link,.linkother a:visited{
	color:#069;
	text-decoration:underline;
}
