.error_notice {
	clear: both;
	float: left;
	height: auto;
	width: 531px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #AA2400;
	background-color: #FFE4B9;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image: url(/main/assets/graphix/error_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.error_block {
	padding: 5px;
	clear: both;
	float: left;
	height: auto;
	width: 521px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px none #FFF;
}
.error_title {
	font-weight: bold;
	color: #000;
	height: 15px;
	width: 200px;
	float: left;
}
.error_text {
	color: #AA2400;
	clear: right;
	float: left;
	height: 15px;
	width: 321px;
}
.error_desc {
	font-style: italic;
	color: #333;
	clear: both;
	float: left;
	height: auto;
	width: 521px;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
