div.error-box
{
	background-color: #f33;
	position: relative;
	top: 0;
	left: 0;
	display: none;
	color: #ffffff;
	font-weight: bold;
	margin: 5px 0;
}

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

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

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

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

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