﻿#div_error {
	width:900px;
	height:400px;
	font:12px Arial, Helvetica, sans-serif;
	color:#004E7F;
}
#div_error .head1{
	background:url(ErrorPage/error-blue.gif) no-repeat center;
	height:45px;
}
#div_error .head2{
	color:#003A60;
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#div_error .head2404{
 color:#003A60;
 font:18px Arial, Helvetica, sans-serif;
 font-weight:bold;
 vertical-align:middle;
 padding-top:20px
}

#div_error .head3{
	background:url(ErrorPage/error-top.gif) center no-repeat;
	height:10px;
}

#div_error .bottom3{
	background:url(ErrorPage/error-bottom.gif) center no-repeat;
	height:10px;
}

#div_error table{
	width:672px;
	background-color:#f2f2f2;
	margin-top:50px
}

#div_error table .icon img{
	padding: 10px 25px 10px 20px;
}

#div_error table .td1{
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	padding: 5px 5px 5px 0px;
}