* {
  padding: 0;
  margin: 0;
  border: 0; }

html, body {
  border: none;
  height: 100%; }

tbody {
  font-family: Arial;
  font-size: 13px;
  color: #494242;
  background: url(../images/background.jpg) repeat-y top left;
}

a {
  text-decoration: underline;
  color: #494242; 
}

a:hover {
  text-decoration: none; 
}

fieldset.sign_up {
  display: block;
  width: 440px;
  border: 0;
}

input {
  border: 1px solid #aeada7;
  background: white;
  height: 16px;
  width: 200px;
  font-size: 12px;
  padding: 2px;
}

input.check_box {
  width: 15px;
  display: inline;
  float: left;
  margin-right: 10px;
}

h4.paragraph {
  font-family: Georgia;
  font-style: italic;
  font-size: 16px;
  margin-bottom: 20px; 
  display: block;
  text-indent: -3000px;
  background: url(../images/Enter_your_details_here.png) no-repeat;
  width: 203px;
  height: 29px;
}

label, select {
  float: left;
  margin-bottom: 3px;
}

select#dob_year, select#dob_month,
select#child_age_1, select#child_age_2, select#child_age_3,
select#child_age_4, select#child_age_5, select#child_age_6 {
  margin-left: 10px;
}

p {
  display: block;
  line-height: 16px;
  width: 210px;
}
p.label {
  margin-bottom: 5px;
}

div.form_block {
  width: 220px;
  height: auto !important;
  height: 45px;
  min-height: 45px;
  float: left;
  padding-bottom: 15px;
  margin-bottom: 0;
}
div.form_block.right {
  margin-left: 0px; 
}

div.form_block_title {
  width: 400px;
  height: 40px;
}
div.form_block_title select {
  margin: 0 0 0 10px;
}
div.form_block_full {
  width: 460px;
  height: auto !important;
  float: left;
  padding-bottom: 15px;
  margin-bottom: 0; }

div.buttons {
  clear: both;
  background: url(../images/line_horiz_399_1.jpg) repeat-x top left;
  margin: 10px 10px 10px 0; 
  padding: 10px 0 0 0;
}

input#postcode, select#children_count {
  display: block;
  clear: both;
}

div.buttons a, div.buttons a:link, div.buttons a:hover {
  font-size: 11px;
  color: #98907e;
} 
.hide_2 {
  display: none;
}
div.buttons input.button {
  text-indent: -3000px;
  border: none;
  width: 77px;
  height: 9px;
  background: url(../images/button-signup_now.png) no-repeat 0 -9px;
  cursor: pointer;
  float: right;
  font-size:0;
  font-height:0;
  line-height:0;
}

div.buttons input.button:hover {
  background: url(../images/button-signup_now.png) no-repeat top left; 
}

tr {
  width: 220px;
}
tr.hidden {
  display: none;
}

.dob select {
  margin-right:10px;
}

/* Error handling */
#errors-title {
  width: 400px;
  color: #b5345d;
  font-weight: bold;
}
ul#errors {
  margin-bottom: 10px;
}
ul#errors li {
  margin-left: 25px;
  list-style-type: disc;
  color: #b5345d;
}
