div.error-box
{
	background-color: #d54570;
}

div.error-box-top-left
{
	background-image: url('/images/error-box-top-left.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 6px;
}

div.error-box-bottom-left
{
	background-image: url('/images/error-box-bottom-left.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 6px;
}

div.error-box-top-right
{
	background-image: url('/images/error-box-top-right.gif');
	background-position: top right;
	background-repeat: no-repeat;
	height: 6px;
}

div.error-box-bottom-right
{
	background-image: url('/images/error-box-bottom-right.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 6px;
}

div.error-box-content
{
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding: 0 5px;
	color: #fff;
}

