#content h1 {
  font-size: 24px;
  padding: 40px 0 20px 10px;
}
#content form{
	padding-bottom:20px;
}
#content form fieldset {
  margin: 0 0;
  border: none;
  background-color: #fff5ee;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 5px 10px;
  margin:10px;
  width:652px;
}
#content form fieldset legend {
  font-family: Tahoma;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
#content form fieldset label {
clear:both;
color:red;
float:left;
font-size:12px;
font-weight:bold;
text-align:left;
width:200px;
}
#content form fieldset h3 {
  font-size: 14px;
  font-family: Tahoma;
  color: #333333;
  line-height:0;
}
#content form fieldset .item {
  margin: 0 0 10px 0;
  padding: 5px 0 10px 0;
  width: 600px;
  text-align: left;
}
#content form fieldset .item div.form_style {
  width: 406px;
  border: 1px solid #cccccc;
  overflow: hidden;
  margin-bottom: 3px;
  padding: 5px;
  background-color: #f5f5f5;
}
#content form fieldset .item div.form_style span {
  float: left;
  margin-top: 4px;
  color: #333333;
}
#content form fieldset .item div.form_style input {
  width: 240px;
  border: 1px solid Thistle;
  float: right;
  font-size: 16px;
  height: 18px;
  padding: 3px;
}
#content form fieldset .item div.form_style.radio span {
  width: 350px;
  float: right;
  text-align: right;
}
#content form fieldset .item div.form_style.radio input {
  width: auto;
  float: left;
  border: none;
}
#content form fieldset .item div.form_style.checkbox input { width: auto; }
#content form fieldset .item div.form_style.control {
  border: none;
  background-color: #fff5ee;
}
#content form fieldset .item div.form_style.control input {
  width: auto;
  float: none;
  height: 29px;
  background-color: #ffffff;
}
#content form fieldset .item div.form_style.control input:hover {
  width: auto;
  float: none;
  height: 29px;
  background-color: Salmon;
  color: #ffffff;
}
#content form fieldset.additional_info_object div.item div.form_style input { width: 160px; }
#content form fieldset.childrens_object div.item {
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 600px;
}
#content form fieldset.childrens_object div.item div.form_style {
  float: left;
  margin-bottom: 3px;
  overflow: hidden;
  padding: 5px 0;
  width: 210px;
  border: none;
  background-color: #fff5ee;
}
#content form fieldset.childrens_object div.item div.form_style span {
  display: block;
  float: none;
  margin-top: 4px;
  padding: 0 2px;
  text-align: left;
}
#content form fieldset.childrens_object div.item div.form_style input { float: left; }
#content form fieldset.billing_object div.item div.form_style input { text-align: right; }
#content form fieldset.child_object div.item div.form_style input {  }
#header { height: 80px; }
