


.copy {
	width: 600px;
	line-height: 1.3em;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.copy p {
}

.register_menu {
	position: absolute;
	top: 260px;
	right: 15px;
	width: 270px;
}

.register_menu ul li {
	margin-bottom: 0px;
}

.register_menu img {
	border: 0;
}

.register_menu a:link, .register_menu a:visited {
	display: block;
	padding: 5px 3px 2px 3px;
}
.register_menu a:hover {
	background-color: #393939;
}

.login {
	position: absolute;
	left: 20px;
	bottom: 20px;
}

.login h2 {
	font-weight: normal;
	color: #F04D11;
	font-size: 1.0em;
	margin: 0 0 5px 0;
}

.login input {
	border: 1px solid #fff;
	background-color: #ccc;
	font-size: 0.9em;
	padding: 2px;
	color: #666;
	width: 180px;
}

