html, body
{
  margin: 0px;
  padding: 0px;
  border: none;;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #000;
}

body
{
  background-image:url('img/bg.jpg');
  background-position:center center;
  background-repeat:repeat-y;
}

form
{
   padding: 0;
   margin: 0; 
   display: block;
}

.container
{
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -400px;
  width: 800px;
  min-width: 800px;
  min-height: 600px;
}

.top
{
  display: block;
  width: 800px;
  height: 132px;
  background: url('img/top.jpg') no-repeat left top;
}

.error-box
{
  display: block;
  width: 710px;
  padding: 15px;
  background-color: #e2001a;
  margin: 10px 30px 10px 30px; 
  color:#fff;
}

.error-box ul, .error-box ul li
{
  padding: 0px;
  margin: 0px;
}

.error-box ul
{
  list-style: none;
}

.error-box ul li
{
  color: #fff;
  height: 18px;
  line-height: 18px;
  background: url('img/li-white.jpg') no-repeat left center;
  padding-left: 20px;
}

.form-section
{
  display: block;
  width: 710px;
  padding: 15px;
  background-color: #779fce;
  margin: 3px 30px 3px 30px; 
  color:#fff;
}
.unbg
{
  background-color: #fff;
}
.form-section table
{
  width: 700px;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 11px;
  color: #fff;
}

.form-section table td.label
{
  width: 140px;
  text-align: left;
}

.form-section table td.label label
{
  display: block;
  width: 140px;
  color: #fff;
}

.form-section table td.item
{
  width: 200px;
  text-align: left;
}

.form-section table td.label2
{
  width: 50px;
  text-align: left;
}

.form-section table td.label2 label
{
  display: block;
  width: 50px;
  margin-left: 40px;
  color: #fff;
}

.form-section table td.item2
{
  width: 310px;
  text-align: left;
}

.form-section table input
{
  border: 1px #c3c3c3 solid;
  font-size: 11px;
  width: 180px;
  color: #6d6e70;
}

.form-section h3
{
  padding: 0px; 
  margin: 5px 0px 10px 0px;
  font-size: 14px;
}

h1, h2
{
  padding: 0px;
  margin: 10px 30px 10px 30px; 
  font-size: 14px;
}

h1 
{
  color: #293896;
}

h2
{
  color: #6d6e70;  
  font-size: 12px;
  font-weight: normal;
}

.page-text
{
  padding: 0px;
  margin: 10px 30px 10px 30px; 
  color: #6d6e70;
  font-size: 11px;
  line-height: 16px;
}

.page-text ul, .page-text ul li
{
  padding: 0px;
  margin: 0px;
}

.page-text ul
{
  list-style: none;
}

.page-text ul li
{
  color: #6d6e70;
  font-size: 11px;  
  height: 18px;
  line-height: 18px;
  background: url('img/li-blue.jpg') no-repeat left center;
  padding-left: 18px;
}

.page-text a:link, .page-text a:visited, .page-text a:active
{
  color: #779fce;
  text-decoration: underline;
} 

.page-text a:hover
{
  color: #0e3087;
  text-decoration: underline;
} 

.page-text strong
{
  color: #779fce;
} 

.button
{
  border: none;
  width: 170px;
  height: 25px;
}
