@charset "utf-8";
/* CSS Document */

* html div.title_bar{
	behavior: expression(IEPNGFIX.fix(this));
	background-image:url(../img/error/title_bar.png);
	background-repeat:no-repeat;
	width:785px;
	height:26px;
	padding:9px 0px 0px 40px;
	margin-left:5px;
	color:#efefef;
	}

div.title_bar{
	background-image:url(../img/error/title_bar.png);
	background-repeat:no-repeat;
	width:785px;
	height:26px;
	padding:9px 0px 0px 40px;
	margin-left:5px;
	color:#efefef;
	}

div.box_503{
	background-image:url(../img/error/503_bg.gif);
	background-repeat:no-repeat;
	width:825px;
	height:500px;
	margin-left:5px;
	margin-top:5px;
	}

div.box_404{
	background-image:url(../img/error/404_bg.gif);
	background-repeat:no-repeat;
	width:825px;
	height:500px;
	margin-left:5px;
	margin-top:5px;
	}

div.box_403{
	background-image:url(../img/error/403_bg.gif);
	background-repeat:no-repeat;
	width:825px;
	height:500px;
	margin-left:5px;
	margin-top:5px;
	}

p.er_btn{
	width:300px;
	height:90px;
	margin:0px auto;
	position:relative;
	top:350px;
	}

p.er_btn a{
	display:block;
	background-image:url(../img/error/btn1.gif);
	background-repeat:no-repeat;
	width:300px;
	height:90px;
	}

p.er_btn a:hover{
	background-position:0px -91px;
	}




