/* CSS Document */
/* CSS Document */
.registerLeft{
	width:372px;
	background-image:url(../images/login_bg2.gif);
	height:194px;
	float:left;
}
.registerLeft .title{
	width:213px;
	height:25px;
	background-image:url(../images/login_1.gif);
	margin-left:60px;
	margin-top:15px;
}
.registerLeft .loginInput{
	width:180px;
	height:17px;
	border:#2fbfd6 solid 1px;
}
.registerRight{
	width:607px;
	height:auto;
    float:right;
	color:#000;
}

.registerRight .text{
    border:#c9c9c9 solid 1px;
	margin-bottom:10px;
	height:150px;
	width:605px;
	overflow:hidden;
}

.registerRight .text .title{
	background-image:url(../images/login_4.gif);
	background-repeat:no-repeat;
	height:28px;
	padding-left:25px;
	width:auto;
	font-weight:bold;
	font-size:13px;
	padding-top:5px;
}
.regFrom{
    border:#c9c9c9 solid 1px;
}
.regFrom ul li{
	margin:5px 0px;

}
.inputTitleBox{
	width:240px;
	float:left;
	text-align:right;
}

.inputBox{
	width:350px;
	float:left;
	text-align:left;
}
.inputBox .regInput1{
	width:230px;
	height:15px;

}