
body {
  background: #fff;
  margin: 0;
  padding: 0;
  font-family: Trebuchet MS, tahoma, verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #997862;
}

a {
  color: #0099CC;
  text-decoration: none;
  background-color: #ECF8FF;
  padding: 0 3px 0 3px;
}

a:hover {
  color: #d89e38;
  text-decoration: none;
  background-color: #fbf2e2;
}

a:active, a:focus {
  outline: none;
}

.eval-asterisk {
  width: 9px;
  height: 16px;
  background: transparent url(../images/asterisk.gif) left top no-repeat;
}


/* Eval Form */

#eval-form {
  width: 575px;
  height: 444px;
  margin: 0;
  padding: 0;
  font-family: Trebuchet MS, tahoma, verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  color: #997862;
  background: transparent url(../images/bg-form.gif) left top no-repeat;
}

#form-fields {
  height: 229px;
  margin: 0;
  padding: 0;
}

#form-fields p {
  margin: 10px 0;
  clear: both;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

#top-step1 { width: 436px; height: 60px; background: transparent url(../images/step1.gif) left top no-repeat; }
#top-step2 { width: 436px; height: 60px; background: transparent url(../images/step2.gif) left top no-repeat; }
#top-step3 { width: 436px; height: 60px; background: transparent url(../images/step3.gif) left top no-repeat; }
#top-step4 { width: 436px; height: 60px; background: transparent url(../images/step4.gif) left top no-repeat; }
#top-step5 { width: 436px; height: 60px; background: transparent url(../images/step5.gif) left top no-repeat; }

#duplicate { width: 436px; height: 60px; background: transparent url(../images/step-final-duplicate.gif) left top no-repeat; }
#no-coverage { width: 436px; height: 60px; background: transparent url(../images/step-final-no-coverage.gif) left top no-repeat; }
#dud-to-aff { width: 436px; height: 60px; background: transparent url(../images/step-final-dud-to-aff.gif) left top no-repeat; }
#dud-no-aff { width: 436px; height: 60px; background: transparent url(../images/step-final-dud-no-aff.gif) left top no-repeat; }

#form-footer {
  clear: both;
  height: 60px;
  padding: 0 15px;
}

#form-footer p {
  margin: 0 20px;
}


/* PARTS */

#left {
  width: 100px;
  height: 368px;
  float: left;
  margin: 10px 10px 0 0;
}

#left a {
  text-indent: -9999px;
  display: block;
  margin: 0 0 0 20px;
  width: 80px;
  height: 120px;
  background: transparent url(../images/bbb.gif) left top no-repeat;
}

#right {
  width: 445px;
  float: left;
  margin: 13px 0 0 10px;
}


/* HELP */

#info {
  background: transparent url(../images/bg-info.gif) left top no-repeat;
  width: 398px;
  height: 57px;
  color: #2e92c3;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #fff;
}

#info p {
  margin: 7px 15px;
}


/* FORM */

#fieldset-left {
  width: 185px;
  float: left;
  line-height: 26px;
  border: 0;
  margin: 0 20px 5px 0;
}
	
#fieldset-right {
  width: 200px;
  float: left;
  line-height: 26px;
  border: 0;
  margin: 0 20px 5px 0;
}
	
#column-left {
  float: left;
  margin-bottom: 5px;
}
	
#column-right {
  float: right;
  margin-bottom: 5px;
}
	
#column-left p, #column-right p {
  height: 18px;
}

.assets-left {
  width: 305px;
}
	
.assets-right {
  width: 100px;
}
	
.contact-left {
  width: 100px;
  margin-top: 1px;
}

.contact-right {
  width: 345px;
}


/* Form fields */

#eval-form label {
  vertical-align: middle;
}

#eval-form input {
  padding: 1px;
  margin: 2px 0 1px 0;
  font-family: Trebuchet MS, tahoma, verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  color: #997862;
  vertical-align: middle;
  border-bottom: 1px solid #cccbcb;
  border-left: 1px solid #cccbcb;
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}

#eval-form input.small { width: 50px; }
#eval-form input.medium { width: 100px; }
#eval-form input.large { width: 170px; }
#eval-form input.xlarge { width: 200px; }

#eval-form input.noBorder, #eval-form .noBorder input {
  border: 0;
  vertical-align: middle;
  margin: 3px 2px;
}

#eval-form select {
  margin: 0 0 0 5px;
  width: 270px;
  height: 35px;
  font-family: Trebuchet MS, tahoma, verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  color: #997862;
  border-bottom: 1px solid #cccbcb;
  border-left: 1px solid #cccbcb;
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}

#eval-form textarea {
  margin: 0 0 0 5px;
  width: 270px;
  height: 35px;
  font-family: Trebuchet MS, tahoma, verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  color: #997862;
  border-bottom: 1px solid #cccbcb;
  border-left: 1px solid #cccbcb;
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}


/* Buttons */

#eval-form .next {
  float: right;
  text-indent: -9999px;
  display: block;
  cursor: pointer;
  height: 60px;
  width: 150px;
  background: transparent url(../images/b-next.gif) right center no-repeat;
  margin: 0;
  padding: 0;
  border: 0;
}
	
#eval-form .back {
  float: right;
  text-indent: -9999px;
  display: block;
  cursor: pointer;
  height: 60px;
  width: 106px;
  background: transparent url(../images/b-back.gif) right center no-repeat;
  margin: 0;
  padding: 0;
  border: 0;
}
	
#eval-form .submit {
  float: right;
  text-indent: -9999px;
  display: block;
  cursor: pointer;
  height: 60px;
  width: 110px;
  background: transparent url(../images/b-submit.gif) right center no-repeat;
  margin: 0;
  padding: 0;
  border: 0;
}


