.register-form{
	margin-top: 40px;
	font-size: 14px;
}

.input-warn{
	color: red;
    margin-right: 5px;
}

.text{
	height: 30px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.register-area{
	padding: 30px 60px 60px 60px;
    color: #555;
    font-size: 14px;
}



.register-notice{
	color: #999999;
	padding-left: 10px;
}

.base-table{
	padding-bottom: 40px;
	border-bottom:1px solid #ddd ;
}


.profile_area{
	margin-top: 20px;
    margin-left: 50px;
}

.profile_area label{
	padding-left: 10px;
}

.btn-area{
	text-align: center;
	margin-top:30px;
}

.real-area-title{
    font-size: 18px;
    color: #555;
    font-weight: bold;
    padding: 40px 0px 30px 0px;
}

.real-area-notice{
    font-size: 14px;
    color:#d60303;
    margin-bottom: 40px;
    line-height: 22px;
}

.toread{
    color:#00aeff;
    text-decoration:none
}
