table#login-table {
  width: 100%;
  table-layout: fixed;
}
table#login-table caption {
  background-color: #ffe9c6;
  padding: 5px;
  text-align: center;
  border: none !important;  
  font-size: 130%;
  font-weight: bold;
  color: #a02013;
}
table#login-table tr {
  vertical-align: top;
}
table#login-table tr th {
  background-color: #e9e4e6;
  padding: 5px;
  text-align: right;
}
table#login-table tr td {
  background-color: #ffe9c6;
  padding: 2px 5px 5px 5px;
  text-align: left;
}
table#login-table h2 {
  margin: 0;
  padding: 3px 0 0 0;
  text-align: center;
  border: none !important;
}
table#login-table tr td.align-center {
  text-align: center;
}


#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 {
  background-color: #e1caa2;
}
#financial-table table {
  table-layout: fixed;
}
#financial-table table tr {
  vertical-align: top;
}
#financial-table table td {
  border: 1px solid #fff;
}
#financial-table table td div.title {
  padding: 4px;
  background: #a02013 url(/img/financial-title-bg.gif) repeat-x;
  border: 1px solid #a02013;
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
}
#financial-table table td div.text {
  padding: 10px;
}


#contents-box {
  padding: 10px;
  background-color: #ffeda8;
}

#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;
}