body {
  font-family: 'Open Sans', sans-serif;
}
#div_MNS_form_wrapper {
  background-color:#fff;
  width:368px;
  border-radius: 5px;
  margin:159px 487px 0 0;
  float: right;
  box-sizing: border-box;
  padding:55px 35px 0 35px;
  -moz-box-shadow: 0px 0px 20px #AAA;
  -webkit-box-shadow: 0px 0px 20px #AAA;
  box-shadow: 0px 0px 20px #AAA;
}
#div_MNS_form_wrapper h1 {
  font-size: 24px;
  color:#000;
  font-weight: bold;
  margin-bottom: 14px;
  text-align: center;
  text-transform: uppercase;
}
label, div.MNS_fake_label {
  color: #000;
  font-size: 12px;
  margin-bottom: 10px;
  display: block;
  padding-left: 10px;
  font-weight: 700;
}
div.MNS_fake_label_name label {
  display: inline;
  padding-left: 0;
}
div.MNS_fake_label_name label:last-child {
  margin-left: 0;
}
div#User_gender {
  margin-bottom: 24px;
}
div#User_gender label {
  background-color: #fff;
  color: #b1b1b1;
  padding:24px 0;
  width:144px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: 1px solid #efefef;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
}
div#User_gender label[for=User_gender_0] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-right: 1px solid #efefef;
  font-size: 13px;
}
div#User_gender label[for=User_gender_1] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-left:0;
  font-size: 13px;
}
div.MNS_optin {
  overflow: hidden;
}
div.MNS_optin input {
  display: block;
  float: left;
  margin-top: 4px;
}
div.MNS_optin label {
  color: #b7b7b7;
  font-size: 11px;
  display: block;
  float: left;
  width:85%;
  margin-left:10px;
  font-weight: 400;
  font-style: normal;
}

div#User_datebirth select {
  margin-bottom: 20px;
  height: 60px;
  border:1px solid #efefef;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  width: 79px;
  padding-left: 20px;
  outline: none;
  color:#b1b1b1;
  background-color: #fcfdfe;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  text-transform: uppercase;
}
div#User_datebirth select:first-child {
  border-radius: 3px 0 0 3px;
  border-right: none;
}
div#User_datebirth select#User_datebirth_month {
  width: 133px;
}
div#User_datebirth select:last-child {
  border-radius: 0 3px 3px 0;
  border-left: none;
}
input[type=text], input[type=email] {
  border:1px solid #efefef;
  background-color: #fcfdfe;
  height: 60px;
  border-radius: 3px;
  padding: 0 25px;
  margin-bottom: 20px;
  box-sizing: border-box;
  width:291px;
  color:#b1b1b1;
  outline: none;
  font-weight: 600;
  font-style: normal;
  font-size:12px;
}
input[type=text]:focus, input[type=email]:focus {
  border:1px solid #cdcdcd;
  color:#000;
  background-color:#fcfdfe;
  font-size:14px;

}
div#div_MNS_name input[type=text]:first-child {
  border-radius: 22px 0 0 22px;
  flex: 0 0 auto;
  border-right: 0;
}
div#div_MNS_name input {
  border-radius: 0 22px 22px 0;
  width:50%;
}


div#div_MNS_form_wrapper input[type=submit] {
  font-family: 'Open Sans', sans-serif;
  width: 200px;
  height: 58px;
  border-radius: 29px;
  border: none;
  margin: 20px auto;
  display: block;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}