@charset "utf-8";
/* CSS Document */
div.error {
	margin-bottom:100px;
	width:960px;
}

div.error h3{
	width:100%;
	background-color:#EFEFEF;
	padding:50px;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}
