body {
  font-family: sans-serif;
}

table {
  width: 75%;
  margin: 1em 0 0 4em;
  font-size: 115%;
}

table td {
  vertical-align: top;
  /*width: 33%;*/
}

img {
  border: 0;
  vertical-align: middle;
}

#step_4 table {
  width: 90%;
  margin: 0 auto;
  
  font-size: 85%;
}

#step_4 table td {
  width: auto;
}

br.clearer {
  clear: both;
}

h1 {
  color: #cc0101;
  margin: 5px 0;
  font-size: 90%;
  line-height: 42px;
}

h2 {
  color: #888;
  margin: 5px 0;
  font-size: 100%;
}

h2 span {
  color: #349a01;
}

#header {
  line-height: 42px;
}

#header_text {
  text-align: center;
}

#logo_img {
  margin: .5em 0 0 .5em;
  float: left;
}

#arrow_img {
  float: right;
  padding-right: .5em;
}


#step_4 input, #step_4 textarea {
  width: 13em;
}

#step_4 #fields_dsl input {
  width: 90px;
  padding-right: .5em;
}

#step_4 #fields_dsl textarea {
  width: 100%;
}

#container {
  width: 655px;
  margin: 0 auto;
  border: 4px solid #003366;
}


#content {
  border-top: 4px solid #003366;
  position: relative;
  overflow: hidden;
}

#instruction_bg {
  border-top: 4px solid #ccc;
  background: #eee;
  position: absolute;
  width: 100%;
}

#instruction_bg, .instructions {
  height: 3em;
}

.instructions {
  border-top: 4px solid #ccc;
  line-height: 3em;
  background: #eee;
  text-align: center;
  position: relative;
  z-index: 2;
  color: #013467;
  font-weight: bold;
}

#step_1, #step_2, #step_3, #step_4 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}

#step_1, #step_2, #step_3, #step_4, #placeholder {
  height: 13em;
}

#step_2, #step_3, #step_4 {
  display: none;
}

#step_1 {
  z-index: 5;
}

#the_button {
  display: none;
}

#progress_bar_cont {
  position: relative;
  float: left;
  padding: 4px 4px;
  width: 340px;
  height: 22px;
  float: left;
  background: url('bg.jpg');
  margin: 0 10px 1em 0;
}

#progress_bar {
  background: url('fg.jpg');
  height: 22px;
  line-height: 22px;
  position: relative;
  width: 4px;
  color: #fff;
  font-weight: bold;
}

#percent {
  float: right;
  padding-right: 2px;
}

#progress_subtext {
  position: absolute;
  right: 0;
  bottom: -1em;
  font-size: 75%;
}

#lower {
  width: 630px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

.button {
  cursor: pointer;
}

.row_padder td {
  padding-top: 5px;
}
