.clear {
	clear: both;
}

body {
	background-color: white;
}

.error {
	width: 500px;
	height: 334px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -167px;
	margin-left: -250px;
}

.error .top {
	position: relative;
	height: 17px;
}

.error .top .left {
	float: left;
	width: 17px;
	height: 17px;
	background: url(../images/error/co_01.gif) no-repeat;
}
.error .top .center {
	height: 100%;
	margin-left: 50px;
	font-size: 12px;
	color: #555555;
}

.error .top .right {
	float: right;
	width: 17px;
	height: 17px;
	background: url(../images/error/co_02.gif) no-repeat;
}

.error .middle {
	position: relative;
	height: 300px;
}

.error .middle .left {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/error/bg02.gif) repeat-y;
	width: 17px;
	height: 100%;
}

.error .middle .center {
	height: 100%;
	margin-left: 50px;
	font-size: 12px;
	color: #555555;
}

.error .img {
	background: url(../images/error/error.gif) no-repeat;
	height: 66px;
	padding-left: 40px;
	line-height: 45px;
	color: #008ae0;
	font-weight: bold;
	font-size: 30px;
}

ul  ,li {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type: none;
}

.error .middle .right {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/error/bg03.gif) repeat-y;
	width: 17px;
	height: 100%;
}

.error .bottom {
	position: relative;
	height: 17px;
}

.error .bottom .left {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/error/co_03.gif) no-repeat;
	width: 17px;
	height: 17px;
}

.error .bottom .center {
	background: url(../images/error/bg04.gif) repeat-x;
	height: 17px;
}

.error .bottom .right {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/error/co_04.gif) no-repeat;
	width: 17px;
	height: 17px;
}

.error .info {
	padding-left: 30px;
}