body {
	margin: 0;
	padding: 0;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	text-align: center;
}

html, body, * {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	width: 100%;
	height: 100%;
}

#top {
	width: 100%;
	height: 465px;
	overflow: hidden;
	background: transparent url('../images/member-top-img01.jpg') no-repeat scroll 50% 0;
}

#logo {
	width: 526px;
	height: 182px;
	margin: 50px auto 0;
}
#logo a {
	display: block;
	width: 526px;
	height: 0!important;
	padding-top: 182px;
	overflow: hidden;
	text-indent: -9000px;
	background: transparent url('../images/member-logo.gif') no-repeat scroll 0 0;
}

#wrapper {
	width: 100%;
	background: transparent url('../images/member-bg-main.jpg') no-repeat scroll 50% 0;
	min-height: 308px;
}

#wrapper .inner {
	width: 800px;
	text-align: left;
	overflow: hidden;
	margin: 0 auto;
	padding: 30px 0;
	background: transparent url('../images/member-hr-v.gif') no-repeat scroll 360px 75px;
}
#wrapper .left {
	width: 370px;
	margin: 0 10px 0 0;
	float: left;
}
#wrapper .right {
	width: 410px;
	margin: 0 0 0 10px;
	float: right;
	padding: 40px 0 0 0;
}
#wrapper h1.title {
	width: 260px;
	height: 0!important;
	padding-top: 40px;
	text-indent: -9000px;
	overflow: hidden;
	margin: 0 0 30px;
	background: transparent url('../images/member-title.gif') no-repeat scroll 0 0;
}
#wrapper .form {
	list-style: none;
	width: 320px;
}
#wrapper .form li {
	overflow: hidden;
	clear: both;
	margin: 0 0 10px;
}
#wrapper .form label {
	display: block;
	width: 100px;
	float: left;
}
#wrapper .form input {
	display: block;
	width: 200px;
	float: right;
	height: 20px;
	border: 1px solid #FFA961;
}
#wrapper .form .submit {
	background: transparent url('../images/member-button.gif') no-repeat scroll 0 0;
	border: 0;
	border: none;
	width: 73px;
	display: block;
	height: 31px;
	margin: 0 127px 0 0;
}
#wrapper p {
	margin: 0 0 20px;
}

#wrapper .right ul {
	margin: 0 0 20px 10px;
	list-style: none;
}
#wrapper .right ul li {
	padding: 0 0 0 20px;
	background: transparent url('../images/member-li.gif') no-repeat scroll 0 5px;
}
a {
	color: #FFA961;
}
.orange {
	color: #FFA961;
}
