html,body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15em;
	background-color: #E4E2FF;
}

h1 {
	text-indent: 30px;
	margin-top:20em;
	padding: 1em 2em;
	font-size: 1.2em;
	color: #707070;
	border: 5px solid #fff;
	background: #f7f7f9 url("../images/tick.png") no-repeat;
	background-position: 1.2em center;
	border-radius: 4px;
}

.error {
	font-size: 16px;
	background:#f7f7f9 url("../images/404error.png") white no-repeat 10px 20px;
	padding: 30px 50px;
	border-radius: 6px;
}
