body {
  margin: 0;
  padding: 0 15px;
  font-family: arial;
  font-size: 14px;
  background: white url(../../back.jpg) left top repeat;
  min-width: 450px;
}

* {
  outline: none;
}

a {
  color: black;
}

.field {
  margin-bottom: 15px;
  overflow: hidden;
}

.field label {
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding-left: 17px;
}

.field label input {
  position: absolute;
  left: 0;
  top: 2px;
}


.results, .step {
  display: none;
}

.step1 {
  display: block;
}

.step {
  margin-top: 20px;
}

.results {
  border: 2px #508299 solid;
  border-radius: 4px;
  padding: 10px 15px;
  margin: 20px 0;
}

.results p {
  margin: 0;
}

.results p:not(:last-child) {
  margin-bottom: 10px;
}

select {
  border: 1px #508299 solid;
  font-size: 12px;
  height: 22px;
}

input[type=text] {
  border: 1px #508299 solid;
  border-radius: 2px;
  width: 80px;
  padding: 2px 4px;
}



input[type=button] {
  border: 1px #508299 solid;
  border-radius: 2px;
  background: #508299;
  color: white;
  vertical-align: middle;
  height: 22px;
  margin-left: 4px;
}

input[type=radio] {
  margin: 0;
}

.caption {
  margin-bottom: 5px;
  color: #002a5c;
  font-size: 14px;
  width: 350px;
  padding-right: 20px;
  float: left;
}

.right {
  margin-left: 370px;
}

.legend {
  margin: 10px 0 20px 0;
   font-size: 13px
}

.legend br {
  font-size: 17px;
}

.comment {
  margin-top: 5px;
  font-size: 12px;
  color: #666;
}

.comment p {
  margin-top: 5px;
  margin-bottom: 0;
}