.bg-027f84 {
	background-color: #027f84;
}
.wrap404 {
	margin:auto;
	padding-top:128px;
	-webkit-font-smoothing: none;
}
.window404 {
	margin:auto;
	width:384px;
	height:128px;
	background-color: #c0c0c0;
	border: 2px outset #F5F5F5;
	box-shadow: 1px 1px 0px 1px #000000;
	text-align: center;
}
.title404 {
	margin:0px;
	text-align:left;
	color:white;
	background: #000080;
	background: -moz-linear-gradient(left, #000080 0%, #1084D0 100%);
	background: -webkit-linear-gradient(left, #000080 0%, #1084D0 100%);
	background: linear-gradient(to right, #000080 0%, #1084D0 100%);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.title404 p{
	user-select: none;
	margin-top:0px;
	margin-bottom:0px;
	font-size:12px;
	align-items: center;
	font-weight:bold;
}
.left404{
	margin-right: auto;
}
.right404{
	margin-left: auto;
	margin-right: 3px;
}
.batsu404box {
	color: black;
	background-color: #c0c0c0;
	height:13px;
	padding-left:3px;
	padding-right:3px;
	border: 1px outset #FFFFFF;
	box-shadow: 2px 2px 0px 0px rgba(67, 67, 67, 1);
	margin-top:-1px;
}
.batsu404box p{
	user-select: none;
	color: #808080;
	text-shadow: 1px 1px 1px #fff;
	margin-top:-2px;
}
.windowtxt404 {
	user-select: none;
	font-size:12px;
	margin-top:28px;
}
.windowtxt404 {
	display: flex;
	align-items: center;
	user-select: none;
	font-size:12px;
	margin-top:28px;
	margin-bottom:0px;
}
.windowtxt404 img {
  margin-left: 48px;
  margin-right: 16px;
}
.windowbtn404{
	margin-top:16px;
	padding:0px 1px;
	user-select: none;
	display: inline-block;
	text-align: center;
	color: black;
	background-color: #c0c0c0;
	box-shadow: -2px -2px 0px 0px rgba(255, 255, 255, 0.5), 1px 1px 0px 0px rgba(0, 0, 0, 1);

}
.windowbtn404:active {
	box-shadow: -2px -2px 0px 0px rgba(0, 0, 0, 0.5), 1px 1px 0px 0px rgba(255, 255, 255, 1);
}
.windowbtn404 p{
	height: 20px;
	line-height:20px;
	margin: -1px 0px 0px 0px;
	border: 1px dotted #000000;
}
.windowbtn404 a{
	font-size:11px;
	color: black;
	text-decoration: none;
}