#contentInner {
  padding: 0;
  margin: 0;
}
#contentOuter .t { background-color: #dbdbdb; }
#contentOuter .tr { padding: 0; }
#contentInner .container {
  display: table;
  width: 100%;
}

#detailsMenu {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
#detailsMenu span {
  margin-right: 1px;
}
#detailsMenu a img {
  border: none;
}
#detailsMenu img {
  behavior: url('/css/pngbehavior.htc');
}

#menuImg {
  margin-top: 15px;
  margin-left: 43px;
}
#iconLabels {
  color: white;
  font-size: 18px;
}
#iconLabels .signup {
  position: relative;
  margin-top: -30px;
  margin-left: 280px;
  color: #464646;
}
#iconLabels .document {
  position: absolute;
  margin-top: -160px;
  margin-left: 395px;
}
#iconLabels .upload {
  position: absolute;
  margin-top: -160px;
  margin-left: 650px;
}
#howText {
  font-size: 15px;
  color: white;
}
#howText .signup {
  position: relative;
  margin-top: -100px;
  margin-left: 370px;
  width: 210px;
}
#howText .document {
  position: absolute;
  margin-top: -110px;
  margin-left: 320px;
  width: 210px;
}
#howText .upload {
  position: absolute;
  margin-top: -110px;
  margin-left: 575px;
  width: 210px;
}
.learnMore {
  margin-top: 4px;
}
.learnMore a {
 color: #de2535;
 font-size: 11px;
 font-weight: bold;
}
.learnMore a:link { text-decoration: none; }

#id_name, #id_email, #id_zip {
  width: 220px;
  margin-bottom: 5px;
  display: block;
  border: 1px solid #8b8b8b;
  height: 28px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  color: #858585;
}

#signupbutton {
  position: absolute;
  top: 68px;
  left: 112px;
}

#id_zip {
  width: 60px;
}

#textContentContainer {
  background-color: white;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  text-align: center;
}

#textContent {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: 500px;
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: left;
}

.t {background: url(../img/corners/dot.gif) 0 0 repeat-x}
.b {background: url(../img/corners/dot.gif) 0 100% repeat-x}
.l {background: url(../img/corners/dot.gif) 0 0 repeat-y}
.r {background: url(../img/corners/dot.gif) 100% 0 repeat-y}
.bl {background: url(../img/corners/bl.gif) 0 100% no-repeat}
.br {background: url(../img/corners/br.gif) 100% 100% no-repeat}
.tl {background: url(../img/corners/tl_gray.gif) 0 0 no-repeat}
.tr {background: url(../img/corners/tr_gray.gif) 100% 0 no-repeat; padding:10px} 
.tri {
  background: url(../img/corners/tri_gray.gif) no-repeat;
  width: 29px;
  height: 15px;
  position: relative;
  top: 1px;
  _top: 3px;
  left: 460px;
  margin: 0;
  padding: 0;
}
