﻿body {
	background:url(../images/error_bg.png) repeat-x center top;
	margin:0; padding:0;
	width:100%; height:100%;
	font-family:Arial, Helvetica, sans-serif;
}

.wrap {
	width:500px;
	height:300px;
	background:url(../images/Backstage_bg.png);
	margin:0 auto;
	position:relative;
	margin:80px auto;
}

div.name {
	position:absolute;
	left:207px;
	top:53px;
	width: 268px;
	color:#0077b5;
	font-size:21px;
	text-align:left;
	font-weight:bold;
}

.wrap .btn_add a {
	display:block;
	width:81px;
	height:22px;
	background:url(../images/btn_register.png);
	text-indent:-9999px;
}

.wrap .enter {
	position:absolute;
	right:40px;
	top:162px;
	width: 393px;
}

.wrap .enter input {
	background-color:#FFF;
	border: none;
	color:#906;
}

.wrap .enter a {
	display:block;
	width:93px;
	height:35px;
	background:url(../images/Backstage_btn.png);
	text-align:center;
	line-height:35px;
	font-size:12px;
	text-decoration:none;
	color:#000;
}

.wrap .enter a:hover {
	background-position:left bottom;
	color:#002942;
}