body {
	background: transparent url("/img/bg-error.png") no-repeat 50% 0;
}

p {
	color: #333;
}

a {
	color: #333!important;
	border-bottom: dashed 1px #333;
	text-decoration: none;
}

a:hover {
	color: #009c3b!important;
	border-bottom: dashed 1px #009c3b;
}

.big-alert-message, .big-error-message, .big-info-message {
	background: transparent url("/img/bg-news.png") repeat;
	border: solid 1px #d9d9d9;
	padding: 1px;
	position: absolute;
	width: 960px;
	top: 300px;
	height: 300px;
	left: 50%;
	margin: 0 0 0 -480px;
	color: #333;
}

.content-error {
	background: transparent url("/img/errors/error.png") no-repeat 20px 20px;
	padding: 20px 20px 20px 50px;
	min-height: 200px;
	color: #333;
}
h3 {
	border-bottom: solid 1px #d9d9d9;
	color: #333333;
	padding-bottom: 10px;
	margin-bottom: 30px;
	margin-top: 0;
	line-height: 1em;
}

.big-error-message a {
	color: #0098af;
}

.big-error-message a:hover {
	color: #555;
	text-decoration: none;
}