@charset "utf-8";

/*
 * Copyright 2005-2015 voilavoile.com. All rights reserved.
 * Support: http://www.voilavoile.com
 * License: http://www.voilavoile.com/license
 * 
 * Style - Error
 * Version: 4.0
 */

/* ---------- Error ---------- */

.error .main {
	/*height: 220px;*/
	padding: 50px 0;
	text-align: center;
	/*background: url(../images/error.jpg) 0px 0px no-repeat;*/
}

.error .main dt {
	line-height: 40px;
	color: #c4201d;
	font-size: 20px;
	font-weight: bold;
	/*font-family: "Microsoft YaHei";*/
}

.error .main dd {
	line-height: 26px;
}