@charset "utf-8";
/* CSS Document */


.Forbidden {
	width: 100%;
	height: 600px;
	background: url(../images/forbidden.png) center no-repeat;
	padding: 250px 0px 0px 30px;
	box-sizing: border-box;
}

.ServerError {
	width: 100%;
	height: 600px;
	background: url(../images/server-error.png) center no-repeat;
	padding: 250px 0px 0px 30px;
	box-sizing: border-box;
}

.PageNotFound {
	width: 100%;
	height: 600px;
	background: url(../images/page-not-found.png) center no-repeat;
	padding: 250px 0px 0px 30px;
	box-sizing: border-box;
}

.Unavailable {
	width: 100%;
	height: 600px;
	background: url(../images/unavailable.png) center no-repeat;
	padding: 250px 0px 0px 30px;
	box-sizing: border-box;
}

.Unauthorized {
	width: 100%;
	height: 600px;
	background: url(../images/unauthorized.png) center no-repeat;
	padding: 250px 0px 0px 30px;
	box-sizing: border-box;
}


.Message .Text1 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 20px;
}

.Message .Text2 {
	font-size: 14px;
}

.Message ul {
	margin: 40px 0px 40px 0px;
}

.Message ul li {
	width: 160px;
	height: 20px;
	display: inline-block;
	float: left;
	margin-right: 20px;
	text-align: center;
	border-radius: 10px;
	paddinf: 1px 10px;
}

.Message ul li a {
	width: 100%;
	height: 100%;
	display: inline-block;
	background: #6D4334;
	color: #FFF;
	border-radius: 10px;
	paddinf: 1px 10px;
}

.Message ul li a:hover {
	background: #E0566B;
	color: #FFF;
}
