/* hibakezels */
.hberr { 
	background: #444;
	border: 1px solid #363a3b;
	margin: 50px;
	text-align: center;
}
.hberr_container { 
	background: #363a3b; 
	width: 300px;
	margin-left: auto; margin-right: auto; 
	text-align: left;
	border-left: 1px solid #222; border-right: 1px solid #222;
}
.hberr_container div, .hberr_container h1 {
	padding: 10px 20px 10px 20px;
	margin: 0px;
	width: auto; height: auto; display: block;
	top: 0px;
	text-align: left;
}
.hberr .sign {
	text-align: right;
	padding-top: 10px;
}
.hberr .desc {
	background: #222;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}
#validvaze { position: absolute; bottom: 20px; right: 20px; }
#validvaze a { color: gray; }