@charset "UTF-8";

@import "reset.css";
@import "base.css";
@import "header.css";
@import "footer.css";

#error {
	border: 1px solid #cacaca;
	font-size: 15px;
	margin-bottom: 50px;
	padding: 50px;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#error h2 {
	color: #000;
	font-size: 1.5em;
}

#error p {
	line-height: 1.2em;
	margin-top: 2em;
}

#error a {
	background: url("/img/icon_m1.gif") no-repeat 0 center;
	color: #FF7000;
	padding-left: 14px;
}
