
#page_not_exists {
	text-align: center;
	font-size: 22px;
	margin-top: 40px;
}
.border {
	outline: solid 1px #555;
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
}
@supports (-webkit-touch-callout: none) {
	input[type="text"]:focus, input[type="password"]:focus,
	textarea:focus, select:focus {
		font-size: 16px;
	}
}
