* {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  font-family: Arial;
  font-size: 14px;
}

h1 {
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #af2b43;
}

#wrapper {
  border: 1px solid #e6e2df;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 14px;
  margin: 11px;
  width: 394px;
}

#logo {
  float: left;
}

#slogang {
  padding-top: 30px;
  margin-bottom: 30px;
}

#feedback_wrapper {
  background: #eff8ff;
  width: 331px;
  border: 1px solid #668db4;
  overflow: hidden;
  padding: 15px 26px 10px 36px;
}

.section {
  float: left;
  background: url("backgrounds.png") no-repeat;
  display: block;
  width: 115px;
  height: 45px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #004181;
  line-height: 37px;
  cursor: pointer;
  position: relative;
  z-index: 100;
}

.section_right {
  float: right;
  margin-right: 2px;
}

.section input {
  display: none;
}

.middle {
  overflow: hidden;
  zoom: 1;
  clear: both;
  background: url("backgrounds.png") 0 -104px no-repeat;
  padding-top: 20px;
  padding-left: 20px;
  height: 167px;
  position: relative;
  z-index: 10;
  top: -12px;
}

.row {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 100;
  zoom: 1;
}

.section_active {
  background-position: 0 -46px;
  padding-bottom: 10px;
  margin-bottom: 0\9;
}

.section_active.section_right {
  background-position: -120px 0;
}

h2 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

ul li {
  width: 100%;
  clear: both;
  margin-bottom: 5px;
}

ul label {
  overflow: hidden;
  line-height: 22px;
  cursor: pointer;
}

ul label input {
  display: none;
}

.icon {
  float: left;
  width: 24px;
  height: 22px;
  background: url("backgrounds.png") no-repeat;
  margin-right: 10px;
}

.icon_1 {
  background-position: -269px -2px;
}

.icon_2 {
  background-position: -269px -29px;
}

.icon_3 {
  background-position: -269px -54px;
}

.icon_4 {
  background-position: -269px -80px;
}

.middle a {
  font-weight: bold;
  color: #00417e;
  text-decoration: none;
  float: right;
}

.step_2 label {
  font-weight: bold;
}

.step_2 div {
  padding-right: 23px;
  overflow: hidden;
  margin-bottom: 10px;
}

.step_2 .block label {
  display: block;
  margin-bottom: 4px;
}

.step_2 textarea {
  display: block;
  width: 100%;
  font-family: Arial;
  font-size: 11px;
  line-height: 14px;
}

.buttons {
  padding-top: 10px;
  overflow: hidden;
  padding-bottom: 15px;
}

.buttons input {
  float: right;
  background: #af2b43;
  color: #fff;
  border: 1px solid #000;
  margin-left: 7px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  padding: 0 4px;
  cursor: pointer;
  font-weight: bold;
  font-size: 11px;
}

.buttons .cancle {
  background: #f1f8fe;
  color: #af2b43;
}

.footer {
  border-top: 1px solid #93a1aa;
  padding-top: 10px;
  font-size: 11px;
  color: #615f60;
  line-height: 16px;
  vertical-align: top;
  overflow: hidden;
}

.footer .right {
  float: right;
}

.footer .right {
  width: 70%;
}

.footer span.right {
  width: auto;
}

.footer p.left {
  float: left;
}

.footer .left {
  float: right;
}

.footer .right img {
  float: right;
  margin-left: 10px;
}

#thank_you {
  clear: both;
  font-size: 14px;
  text-align: center;
  padding-top: 20px;
  color: #AF2B43;
  font-weight: bold;
}

#thank_you p {
  margin-bottom: 1em;
}