@charset "utf-8";
body {
	padding: 0px;
	margin: 0px;
}

.notFind {
	height: 200px;
	width: 100%;
	background-color: #F9F9F9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	padding-top: 20px;
}
.errorLogo {
	text-align: center;
}
.errorText {
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
	text-align: center;
	margin-top: 18px;
}
.errorLink {
	font-size: 14px;
	text-align: center;
	margin-top: 18px;
}

