body {
	margin:0 0 0 0;
	}
.errorcontainer {
	width:889px;
	padding:10px;
	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 {
	left: 0;
    position: absolute;
    top: 0;
	}
.erroricon span {
	color: #000000;
    font-family: "Trebuchet MS";
    font-size: 13px;
    font-weight: bold;
    left: 135px;
    position: absolute;
    text-transform: uppercase;
	}
.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:'Open Sans', 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:#b31525;
	font-weight:bold;
	text-decoration:none;
	}
.errorcontent ul li a:hover{
	color:#000000;
	}