#page {
  padding-bottom:40px;
}

#userInformation {
  width:698px;
  border: 1px solid #D4D4D4;
  background-color: #FFFFFF;
  padding:15px;
  margin-bottom:20px;
}

#note {
  margin-bottom: 10px;
}

.form .input {
  width: 130px;
}

.form .labelText {
  text-align: right;
  vertical-align: top;
  width: 151px;
}

.formTable tr td a {
  font-weight: bold;
  text-decoration: underline;
  color: #E10915;
}
.formTable tr td a:hover {
  background-color: #E10915;
  color: #FFFFFF;
}

.b {
  font-weight: bold;
}

#txAddress {
  height: 60px;
}

.formTable tr td {
  padding: 2px;
  vertical-align: top;
}

.formTable tr td a {
  color: #E10915;
}

.btnSubmit {
  background: #FFFFFF url(/i/btnTrimite.gif) no-repeat top left;
  font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
  font-weight: bold;
  font-size: 12px;  
  border: 0;
  color: #FFFFFF;
  text-align: center;
  width: 140px;
  height: 22px;
  padding-bottom: 3px;
  cursor:hand;
  cursor:pointer;
  position:relative;
  top:-3px;
}

.introText {
  padding: 10px;
  border: 1px solid #D4D4D4;
  background-color: #FFFFFF;
  margin-bottom: 20px;
  width:708px;
  font-weight:12px;
}

.introText h1 {
  position: relative;
  left: 3px;
  top: -1px;
}

.introText p,.introText ul li {
  line-height:160%;
}

.introText a {
  color: #E10915;
}

.introText ul {
  /*margin-left: 40px;*/
  list-style-position:inside;
}

.back {
  padding-top: 15px;
}

.back img {
  padding-left: 25px;
  padding-right: 10px; 
}

.back a {
  font-weight: bold;
  text-decoration: underline;
  color: #E10915;
  position: relative;
  top: -5px;
}

.back a:hover {
  background-color: #E10915;
  color: #FFFFFF;
}

.sectionExplanation {
  padding-bottom:10px;
}

.pd {
  padding-bottom:10px !important;
}

