@charset "UTF-8";

h1{
	visibility: hidden;
	}
#notfound{
	margin:10px 0;
	padding:10px;
	background: #f3f9fc;
	}
#notfound h3{
	display: none; 
	}
#notfound ul{
	margin:40px; 
	}
#notfound form{
	margin:10px 0; 
	}
#notfound form input:first-child{
	width:240px; 
	}
