/*columns*/
body {
  margin: 0;
  padding: 0;
  min-width: 755px;
}

img, a {
  border: none;
}

button, input[type=button], input[type=submit] {
  overflow: visible;
  width: auto;
}

.columns {
  position: relative;
  overflow: hidden;
  max-width: 960px;
  margin: 0 auto;
}
.columns .column {
  float: left;
  top: 0;
}

.dd-form {
  min-width: 450px;
}
.dd-form .step3 .field.next-step {
  display: none;
}
.dd-form .fieldset .highlight .required {
  zoom: 1;
}

.has-js .dd-form-wrapper.step1 div.field.next-step, .has-js .dd-form-wrapper.step2 div.field.next-step {
  display: block;
}
.has-js .dd-form p.tip {
  display: none;
}
.has-js .dd-form .field.other-linked {
  display: none;
}

.clear {
  clear: both;
}
