@import "../common/screen.css";

#body {
	background: white url(body.jpg) no-repeat;
}

#body h2 {
	position: absolute;
	right: 30px;
	top: 200px;
	width: 601px;
	height: 27px;
	background: transparent url(title.jpg) no-repeat;
	overflow: hidden;
}

#body h2 span {
	position: absolute;
	top: -9999px;
}

#body-user {
	position: absolute;
	right: 30px;
	top: 250px;
	width: 601px;
}

#body-user p {
	padding-bottom: 15px;
	font-size: 12px;
}

#body-user strong {
	color: #006394;
	font-weight: normal;
}

#body-user ul {
	padding-top: 40px;
	list-style-type: none;
}

#body-user li {
	height: 30px;
	text-align: center;
}

#body-user label {
	width: 150px;
	text-align: right;
	float: left;
	font-size: 14px;
	line-height: 20px;
	color: #515151;
	font-weight: bold;
	padding-right: 10px;
}

#body-user input {
	width: 300px;
	float: left;
}

#body-user a {
	font-size: 10px;
	color: #515151;
}

#body-user-submit {
	float: none !important;
	width: 81px !important;
	height: 21px;
	color: white;
	font-size: 12px;
}
