/* CSS errorpage */
#errorcontainer{
	position:relative;
	margin:0px auto;
	padding:0;
	width:440px;
	background:url(../img/errorbg.gif) no-repeat top left;
}
#errortext{
	float:left;
	margin-left:20px;
	width:400px;
	height:380px;
}
#errortext h1{
	margin-top:150px;
}
a#member-btn {
	position:absolute;
	top:10px;
	right:0px;
	display:block;
	width:150px;
	height:38px;
	text-indent: -999em;
	overflow: hidden;
	background:url(../img/error_member_btn.gif) no-repeat 0 0;
}
#errorcontainer a#member-btn:hover{
	background:url(../img/error_member_btn.gif) no-repeat 0 -58px;
}
a#login-btn{
	position:absolute;
	top:55px;
	right:0px;
	display:block;
	width:150px;
	height:38px;
	text-indent: -999em;
	overflow: hidden;
	background:url(../img/error_login_btn.gif) no-repeat 0 0;
}
a#login-btn:hover{
	background:url(../img/error_login_btn.gif) no-repeat 0 -52px;
}
