@charset "utf-8";

.xt_404error{
	width:100%;
	text-align:center;
	margin-top: 30px;
}

.xt_404error .xt_404{
	font-size: 200px;
	color:#0BD1F4;
	line-height:200px;
}

.xt_404error .xt_PNF{
	font-size: 24px;
	line-height:32px;
}

.xt_404error .xt_msg{
	font-size: 14px;
	line-height:20px;
}

.xt_404error .xt_icon{
	display:none;
	margin: 10px auto;
	width: 400px;
	height: 200px;
	/*background-image: url(forms/404error.png);*/
	background-position: center;
	background-repeat: no-repeat;
}