@charset "utf-8";

#joinbox {
	padding:10px 0 10px;
	position:relative;
	height: 250px;
}
.jbox {
	position:relative;
	overflow: hidden;
}

.jbox.left{ float:left; z-index:20;}
.jbox.right{ float:right; z-index:10;}

.jbox table {
	border:0 none;
	margin:20px auto 7px;
}
.jbox table th, .jbox table td {
	padding:5px 0px 5px 3px;empty-cells:show;
}
.jbox table th {
	font-size:12px;
	letter-spacing:-1px;
	text-align:left;
	white-space:nowrap;
	width:100px;
}
.jbox table th.normal {
	color:#7D7D7D;
	font-weight:normal;
}
.jbox table td {
	padding-bottom:5px;
}
.jbox table td .input_text {
	border:1px solid #CCCCCC;
	font-size:14px;
	font-weight:bold;
	height:18px;
	line-height:14px;
	padding:3px 2px 1px;
}
.jbox table td .input_text.focus {
	border:1px solid #59A509;
}
#joinbox #regbox .bar {
	margin:0 -1px 0 -2px;
}


.input_text2 {
	border:1px solid #CCCCCC;
	font-size:12px;
	height:16px;
	line-height:14px;
	padding:3px 2px 1px;
}

.titleline {
	border-bottom:2px solid #E5E5E5;
	clear:both;
	height:18px;
	position:relative;
	_top:2px;
}
.titleline p {
	border-bottom:2px solid #4D4D4D;
	font-weight: bold;
	clear:both;
	float:left;
	height:18px;
	padding:0 1px;
	position:relative;
	_top:2px;
}
