@charset "utf-8";
/* CSS Document */



.registration_left {
	text-align: right;
	float: left;
	width: 100px;
	height: 20px;
	margin-left: 15px;
	color: #471E09;
	margin-bottom: 5px;
	padding-top: 10px;
}

.registration_right {
	float: left;
	width: 360px;
	height: 30px;
	margin-bottom: 5px;
}

.registration_right_radio {
	float: left;
	width: 360px;
	height: 25px;
	padding-top: 10px;
}

.registration_form_01 {
	background: url(../images/txt_01.png) no-repeat left center;
	float: left;
	width: 150px;
	height: 30px;
	border: none;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 5px \9;
}
.registration_form_02 {
	background: url(../images/txt_02.png) no-repeat left center;
	float: left;
	width: 200px;
	height: 30px;
	border: none;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 5px \9;
}
.radio {
	background: url(../images/raddio.png) no-repeat center center;
	height: 15px;
	width: 15px;
	border: none;
/*	margin-top: 5px \9;*/
}
.submitnreset {
	background: url(../images/submitnreset.png) no-repeat;
	color: #FFF;
	width: 50px;
	border: none;
	height: 30px;
}

.block_01 {
	background: url(../images/line.png) no-repeat center bottom;
	clear: none;
	float: left;
	width: 500px;
	padding: 30px 0 20px 0;
	margin: 0 0 20px 20px;
}
.block_02 {
	float: left;
	width: 500px;
	margin: 0 0 20px 20px;
}

.must {
	color: #D81C1B;
}
.more_info li {
	margin-left: 20px;
	padding-left: 75px;
	text-indent: -60px;
	line-height: 20px;
	background: url(../images/list_dot.jpg) no-repeat left top;
}
textarea:focus, input:focus{
    outline: 0;
}
