/* 
	Error Box Styles 
	Revision number	:	1.0
   Last updated		:	31st Jan 07
   Last updated by	:	Scott Mackenzie 
*/

/* @group Errors
----------------------------------------------------------------------------------- */
#error-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-image: url(../images/error_box/overlay.png);
	z-index: 998;
}
#error-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
#errors {
	width: 368px;
	margin: 0 auto 0 auto;
	background: #c00 url(../images/error_box/error_bg.jpg) no-repeat left top;
	font-size: 85%;
	position: relative;
}
#errors-inner {
	padding: 10px 20px 70px 20px;
	background: transparent url(../images/error_box/error_bot_bg.jpg) no-repeat left bottom;
}
#errors ul {
	margin-left: 10px;
}
#errors ul li {
	margin-bottom: 4px;
	display: block;
	color: #fff;
	background: transparent url(../images/error_box/bullet.gif) no-repeat 0 6px;
	padding-left: 8px;
	line-height: 135%;
}
#errors a {
	color: #000;
}
#errors-close {
	width: 48px;
	height: 19px;
	display: block;
	position: absolute;
	right: 30px;
	bottom: 20px;
	background: transparent url(../images/error_box/close_btn.gif) no-repeat left top;
}
#errors-close span {
	display: none;
}
#errors-head {
	text-align: center;
	margin: 10px 0 30px 0;
}
/* @end */

