.error_box
{
	padding: 5px;
	border: 1px solid #aa0000;
	margin: 0px 0px 10px 0px;
}

.error_box_hide_wrapper
{
	display: inline;
	text-align: right;
	float: right;
}

.error_box_hide_link
{
	display: inline;
	font-size: 11px;
	color: #aa0000;
	cursor: pointer;
}

.error_title_wrapper
{
	display: inline;
}

.error_title
{
	float: left;
	display: inline;
	color: #aa0000;
	font-weight: bold;
}

.error_box_message_wrapper
{
	clear: both;
}

.error_box_message
{
	margin-left: 10px;
	color: #aa0000;
	border-bottom: 1px dashed #ffffff;
}
