.errorBox {
	position: absolute;
	width: 220px;
	z-index: 111111111111111 !important;
}
.errorBoxHead {
	height: 7px;
	line-height: 7px;
	overflow-y: hidden;
	background: url('../images/error_background.png') 0 0 no-repeat;
}
.errorBoxContent {
	background: #cce3f9 url('../images/error_background_2.png') 0 0 no-repeat;
	border-left: solid 1px #566566;
	border-right: solid 1px #566566;
	width:220px;
	height:127px;
}
.errorBoxTail {
	height: 6px;
	line-height: 6px;
	overflow-y: hidden;
	background: url('../images/error_background.png') 0 -7px no-repeat;
}
.errorText {
	margin-left: 44px;
	width:176px;
	height:84px;
}
.hintIcon {
	width: 40px;
	height: 30px;
	background: url('../images/hint_icon.png') 0px -11px no-repeat;
	float: left;
}
.errorTitle {
	font-size: 13px;
	line-height:15px;
	color: #000;
	text-weight: bold;
	width:174px;
	height:30px;
}
.errorButton{
	font-size: 12px;
	line-height:15px;
	width:39px;
	height:26px;
}
.errorRefresh {
	margin-top: 5px;
	text-align: center;
	width:218px;
	height:38px;
}
.errorMsg{
	width:174px;
	height:54px;
	line-height:15px;
	font-size:12px;
}