/* line 1, ../sass/registration.scss */
.registration_left {
  color: #471E09;
  text-align: right;
  float: left;
  width: 120px;
  height: 20px;
  margin-left: 15px;
  margin-bottom: 5px;
  padding-top: 10px;
}

/* line 12, ../sass/registration.scss */
.registration_right {
  float: left;
  width: 360px;
  height: 37px;
  margin-bottom: 5px;
}

/* line 19, ../sass/registration.scss */
.registration_right_radio {
  float: left;
  width: 360px;
  height: 25px;
  padding-top: 22px;
}

/* line 26, ../sass/registration.scss */
.registration_form_01 {
  background: url(../img/txt_01.png) no-repeat left center;
  float: left;
  width: 150px;
  height: 30px;
  border: none;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 2px;
  margin-top:12px;
}

/* line 36, ../sass/registration.scss */
.registration_form_02 {
  background: url(../img/txt_02.png) no-repeat left center;
  float: left;
  width: 210px;
  height: 30px;
  border: none;
  padding-left: 10px;
  padding-top: 2px;
  margin-top:12px;
}

/* line 46, ../sass/registration.scss */
.radio {
  background: url(../img/raddio.png) no-repeat center center;
  height: 15px;
  width: 15px;
  border: none;
  /*	margin-top: 5px \9;*/
}

/* line 53, ../sass/registration.scss */
.submitnreset {
  background: url(../img/submitnreset.png) no-repeat;
  color: #FFF;
  width: 50px;
  border: none;
  height: 30px;
  text-align:center;
  margin-left: 50px;
}

/* line 61, ../sass/registration.scss */
.block_01 {
  background: url(../img/line.png) no-repeat center bottom;
  clear: none;
  float: left;
  width: 500px;
  margin: 0 262px 20px 262px;
}
/* line 69, ../sass/registration.scss */
.block_01 .r_title {
  width: 500px;
  height: 44px;
  background: url(../img/online.png) no-repeat top left;
}
/* line 74, ../sass/registration.scss */
.block_01 .r_title h2 {
  display: none;
}

/* line 77, ../sass/registration.scss */
.block_02 {
  background: url(../img/line.png) no-repeat center bottom;
  clear: none;
  float: left;
  width: 500px;
  padding: 30px 0 20px 0;
  margin: 0 262px 20px 262px;
}

.block_02 .r_title h2 {
  display: none;
}

.block_02 h2{
  text-align:center;
  font-size:16px;
  font-weight: bolder;
  color:#A36D5F;
}

/* line 83, ../sass/registration.scss */
.note {
  padding-left: 36px;
}

/* line 86, ../sass/registration.scss */
.must {
  color: #D81C1B;
  padding-left: 10px;
}

/* line 90, ../sass/registration.scss */
.more_info li {
  margin-left: 20px;
  padding-left: 75px;
  text-indent: -60px;
  line-height: 20px;
  background: url(../img/list_dot.jpg) no-repeat left top;
}

/* line 97, ../sass/registration.scss */
textarea:focus, input:focus {
  outline: 0;
}
