@charset "utf-8";
/* CSS Document */

img{
	float:left;
	margin:0;
}

div#header{
	background:transparent url(../images/colorful_line.gif) no-repeat scroll center bottom;
	margin-bottom:20px;
}

div#container_login{
	background-color:#FFF;
	width: 660px;
	height: 280px;
	left:50%;
	top:250px;
	margin-left: -330px;
	position: absolute;
	border: 2px solid #CCC;
}

div#login_form{
	background-color:#FFF0DE;
	float:right;
	width:240px;
	height:240px;
	padding: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}

div#new_regist{
	float:left;
	width:320px;
	height:240px;
	padding:20px;
}
div#new_regist div#new_regist_btn{
	width:274px;
	height:34px;
	margin:0 auto 0 auto;
}

div#new_regist #new_regist_btn img#newregmap{
	width:270px;
	height:196px;
	margin:0 auto 0 auto;
}
div#new_regist div#new_regist_btn p{
	text-align:center;
}
div#new_regist div#new_regist_btn img{
	margin-top:10px;
	float:none;
}

div#login_form input.input_text {
	width:240px;
}

div#login_form li.login_text{
	display: block;
	margin-bottom: 7px;
}

div#login_form input#button_login{
	display:block;
	margin-top:7px;
	margin-left:auto;
	margin-right:auto;
	width:160px;
}

span.password_query{
	display:block;
	margin-top:5px;
}