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

#register_form {
	position:relative;
	width:366px;
	background-image:url(images/bg_form_center.gif);
	margin-bottom:40px;
	min-height:180px;
}

#register_title {
	position:absolute;
	width:366px;
	height:22px;
	background-repeat:no-repeat;
	top:0px;
	left:0px;
}
#register_bottom {
	position:absolute;
	width:366px;
	background-image:url(images/bg_form_bottom.gif);
	height:9px;
	left:0px;
	bottom:0px;
	_bottom:-7px;
	background-repeat:no-repeat;
}
#register_table {
	padding:40px 0 20px 30px;
}
#register_table td {
	padding:7px 0;
}
.register_input_text {
	width:184px;
	height:18px;
	border:solid 1px #909195;
}
#emailHint {
	position:absolute;
	top:380px;
	left:440px;
	width:168px;
	height:215px;
}
#emailHint_center {
	position:absolute;
	top:20px;
	left:0px;
	background-image:url(images/bg_text.jpg);
	background-repeat:repeat-y;
	width:128px;
	height:124px;
	padding:25px 20px;
}

#emailHint_top {
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(images/bg_text_top.png);
	width:168px;
	height:20px;
}
#emailHint_bottom {
	position:absolute;
	bottom:0px;
	left:0px;
	background-image:url(images/bg_text_bottom.png);
	width:168px;
	height:21px;
}
#online_info {
	margin:0px;
	padding:0px;
	margin-left:20px;
	#margin-left:30px;
}
#online_info li {
	line-height:22px;
	color:#207eac;
}
#online_form {
	position:relative;
	width:592px;
	background-image:url(images/bg_register_center.gif);
	margin-bottom:40px;
}
#online_title {
	position:absolute;
	width:592px;
	height:33px;
	background-repeat:no-repeat;
	top:0px;
	left:0px;
}
#online_bottom {
	position:absolute;
	width:592px;
	background-image:url(images/bg_register_bottom.gif);
	height:12px;
	left:0px;
	bottom:0px;
	_bottom:-4px;
	background-repeat:no-repeat;
}
#online_table {
	padding:60px 0 20px 50px;
}
#online_table td {
	padding:7px 0;
}
.online_how {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	white-space:nowrap;
}
#closepopup {
	display:block;
	position:absolute;
	width:50px;
	height:10px;
	top:5px;
	right:5px;
}