@charset "utf-8";
/* CSS Document */

body {
  background-color:#FFFFFF;
  margin:0;
}

#wrapper {
  width:720px;
  margin:0 auto;
  border:1px solid #005a9c;
  display:table;
  margin-bottom:50px;
}
#header {
  background-image:url(images/hdr_new.jpg);
  background-position:top;
  background-repeat:no-repeat;
  height:215px;
}
#bodyContent {
  float:left;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  line-height:1.3em;
}
#left {
  float:left;
  width:330px;
  padding:15px 15px 15px 35px;
}
#right {
  float:right;
  width:318px;
  padding-right:15px;
}
.disclaimer {
  font-size:10px;
  font-style:italic;
  line-height:1.1em;
}
#formWrapper {
  position:relative;
  z-index:900;
  margin:0;
  padding:0;
  top:-17px;
}

.formHdr {
  background-image:url(images/form_top.png);
  background-repeat:no-repeat;
  width:317px;
  height:10px;
  float:left;
  margin:0;
  padding:0;
}
.formMid {
  background-image:url(images/form_mid.gif);
  background-repeat:repeat-y;
  width:317px;
  float:left;
  vertical-align:top;
  padding:0;
  margin:0;
}
.formContent {
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#000000;
  padding:10px 10px 0 20px;
  float:left;
  vertical-align:top;
}
.formFtr {
  background-image:url(images/form_bottom.png);
  background-repeat:no-repeat;
  width:317px;
  height:10px;
  float:left;
  vertical-align:top;
}
input {
  font-size:10px;
 }
.inputField {
  width:134px;
}

select {
  font-size:10px;
}

label {
  font-size:10px; 
  line-height:22px;
}

#footer {
  background-color:#005a9c;
  height:40px;
  float:left;
  width:720px;
}