.mt-23 {
  margin-top: 23px;
}

.registration {
  width: 787px;
  padding: 0 32px;
  background: #fff;
}

.registration h2 {
  height: 62px;
  line-height: 62px;
  font-size: 24px;
  font-weight: 300;
  border-bottom: 1px solid #ededed;
}

.registration h2 span {
  margin-left: 10px;
  color: #707070;
  font-size: 18px;
  font-style: italic;
}

.registration-form {
  font-size: 14px;
  color: #232323;
  padding: 16px 0 80px 0;
}

.registration-form .form-title {
  float: left;
  width: 124px;
  height: 40px;
  line-height: 40px;
  text-align: right;
  font-weight: 600;
  margin-right: 10px;
}

.registration-form .form-title span {
  color: #ff2626;
}

.registration-form label {
  display: block;
  float: left;
  height: 38px;
  line-height: 38px;
}

.registration-form input[type='radio'] {
  -webkit-appearance: radio;
  margin-right: 5px;
  vertical-align: middle;
}

.registration-form input[type='text'] {
  width: 285px;
  height: 38px;
  line-height: 38px;
  padding-left: 10px;
  border: 1px solid #e2e5e7!important;
  box-sizing: border-box;
}

.registration-form textarea {
  width: 600px;
  min-height: 70px;
  padding: 10px;
  resize: none;
  outline: none;
  border: 1px solid #e2e5e7;
}

.registration-form .regi-btn {
  width: 160px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  margin: 32px 0 0 134px;
  background: #002b61;
  color: #fff;
}

.registration-form .select {
  width: 285px;
  height: 38px;
  line-height: 38px;
  border: none;
  float: left;
  margin: 0 12px 15px 0;
  outline: none;
  position: relative;
}
.registration-form .select .select-text{
	border: solid 1px #e2e5e7!important;
	padding-left: 10px;
}
.registration-form .select select{
    border: solid 1px #e2e5e7!important;
	width: 285px;
	height: 38px;
	padding-left: 10px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
}

.registration-form .select::after {
  content: '';
  width: 0;
  height: 0;
  border-width: 7px 6px;
  border-color: #666 transparent transparent;
  border-style: solid;
  position: absolute;
  right: 8px;
  top: 16px;
  visibility: visible;
}

.registration-form .select .dropdownlist {
  width: 283px;
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #ececec;
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
  color: #666;
  line-height: 40px;
  display: none;
  z-index: 200;
  max-height: 320px;
  overflow: auto;
}

.registration-form .select .dropdownlist li {
  text-indent: 8px;
  cursor: pointer;
}

.registration-form .select .dropdownlist li:hover {
  background: #ececec;
}

.registration-form .select .dropdownlist .on {
  background: #ededed;
}
.main .entrances-form form .select select{
	border: solid 1px #e2e5e7;
}
.main .entrances-form form input[type="text"]{
	border: solid 1px #e2e5e7;
}
/*# sourceMappingURL=registration.css.map */
