body {
	margin:30px 0 0 0;
	}
.errorcontainer {
	width:650px;
	padding:30px;
	border:1px solid #CECECE;
	background-image:url(../images/error_boxbg.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	margin:auto;
	}
.erroricon {
	position:relative;
	height:130px;
	border-bottom:1px solid #CCCCCC;
	}
.erroricon img {
	position:absolute;
	left:0px;
	top:0px;
	}
.erroricon span {
	font-family:"Trebuchet MS";
	font-size:26px;
	color:#000000;
	text-transform:uppercase;
	font-weight:bold;
	position:absolute;
	top:23px;
	left:135px;
	}
.errorcontent {
	padding:20px 0 0 0;
	}
.errorcontent h2 {
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#333333;
	margin:0 0 20px 0;
	font-weight:normal;
	}
.errorcontent ul {
	list-style-type:none;
	padding:0px 0 0 10px;
	margin:0px 0 40px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	}
.errorcontent ul li {
	background-image:url(../images/error_arrow.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	line-height:15px;
	padding:0 0 0 16px;
	margin:0 0 20px 0;
	}
.errorcontent ul li a {
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
	}
.errorcontent ul li a:hover{
	color:#000000;
	}