form#login h2 {
  padding-left: 260px;
}

div.form-element {
  display: inline-block;
}

div.form-element {
  overflow: hidden;
  display: block;
  padding-bottom: 10px;
}

div.form-element span.currency-spacer {
  float: left;
  width: 19px;
}

div.form-element div.label,
div.form-element label {
  float: left;
  width: 280px;
  text-align: right;
  padding-right: 10px;
}

div.form-element div.radios {
  float: left;
  width: 320px;
}

div.form-element div.radios label {
  display: inline;
  float: none;
  width: auto;
}

div#subctr {
  padding-left: 260px;
}

#financial-introduction {
  width: 455px;
  w\idth: 245px;
  float: left;
  padding: 0 10px 0 200px;
  background: url(/img/financial-advice-man.jpg) no-repeat;
}
#financial-introduction ul {
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
}
#financial-introduction ul li {
  font-size: 0.9em !important;
}

#financial-table table {
  table-layout: fixed;

}
#financial-table table tr {
  vertical-align: top;
}
#financial-table table td {
  width: 50%;
  border: 1px solid #fff;
    background-color: #e1caa2;
}

#financial-table table td select {
  float: none;
  clear: both;
}

#financial-table table td div.title {
  padding: 4px;
  background: #831b39;
  border: 1px solid #a02013;
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
}
#financial-table table td div.text {
  padding: 10px;
}

#financial-table table td div.text select {
  display: block;
  float: none;
  clear: both;
}


#contents-box {
  padding: 10px;
}

#header-contents-box {
  padding: 0 0 0 15px;
}
#header-contents-box #header-white-text {
  font-family: arial;
  padding: 0 0 2px 0;
  font-weight: bold;
  font-size: 16px;
}
#header-contents-box #header-red-text {
  font-family: arial;
  font-size: 13px;
  color: #B53C5C;
}



.curved-contents-box {
  width: 429px;
  background: #ffd596 url(/img/curved-contents-bg.gif) no-repeat;
}
.curved-contents-box h3 {
  margin: 0;
  padding: 15px 0 0 15px;
  font-size: 1.2em;
  color: #a2224b;
}
.curved-content-padding {
  width: 404px;
  padding: 10px 10px 15px 15px;
  background-color: #ffd596;
}
.curved-content {
  width: 409px;
  background-color: #ffd596;
}
.curved-content .padding10 p {
  padding: 10px 10px 0 10px;
}
.curved-content table {
  table-layout: fixed;
}
.curved-content table tr {
  vertical-align: top;
}
.curved-content table tr td {
  margin: 10px;
  padding: 10px;
  width: 175px;
  background: #ffe4bc url(/img/curved-bottom-corners.gif) no-repeat bottom center;
}
.curved-content table tr td .top-curve {
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
  background: #ffe4bc url(/img/curved-top-corners.gif) no-repeat;
}
.curved-content table tr td .title {
  padding: 4px 0 0 0;
  font-weight: bold;
  font-size: 1.1em;
  color: #ce8810;
}
.curved-content table tr td .text {
  padding: 4px 0 5px 0;
}
