body {
  color: #555;
  background: #fff;
  margin: 0;
  padding: 0;
}

a {
  color: #555;
  text-decoration: underline;
}

a:hover {
  color: #555;
  text-decoration: none;
}

a:active, a:focus {
  outline: none;
}

p {
  clear: both;
  margin: 0;
  padding: 3px 0;
}

h1{
	font-weight: bold;
	font-size: 12px;
	}

.eval-asterisk {
	width: 9px;
	height: 21px;
	background: transparent url(../images.aff5/asterisk.gif) left top no-repeat;
}

/* Eval Form */

#eval-form {
  width: 479px;
  height: 360px;
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #555;
}

#form-fields {
  height: 280px;
  margin: 0 0 0 2px;
  padding: 0 0 0 10px;
  border-left: 1px solid #88b6c8;
  border-right: 1px solid #88b6c8;
  
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

#top-step1 { background: transparent url(../images.aff5/form2_top1.gif) left top no-repeat; width: 492px; height: 37px; }
#top-step2 { background: transparent url(../images.aff5/form2_top2.gif) left top no-repeat; width: 492px; height: 37px; }
#top-step3, #top-step4 { background: transparent url(../images.aff5/form2_top3.gif) left top no-repeat; width: 492px; height: 37px; }

#form-footer {
  height: 50px;
  padding: 0 20px;
  text-align: right;
  background: transparent url(../images.aff5/form_bottom.gif) top left no-repeat;
}

/* Step 1 */

#step1{
	padding: 10px 0 0 5px;
	}

#step1 #fieldset-left {
  width: 200px;
  float: left;
}

#step1 #fieldset-right {
  width: 200px;
}

/* Step 2 */

#eval-form #step2{
	padding: 10px 0 0 25px ;
	}

#eval-form #step2 p {
  padding-top: 10px;
}

#step2 #fieldset-left {
  width: 200px;
  float: left;
}

#step2 #fieldset-right {
  width: 200px;
}

/* Step 3 */

#step3 {
  width: 320px;
  padding: 10px 0 0 0;
}

#step3 label {
  float: left;
  display: block;
  width: 100px;
  padding: 3px 0 0 0;
}

#eval-form #step3 input {
  float: left;
  margin: 3px 0 5px 0;
}

#eval-form #step3 input.noBorder, #eval-form #step3 .noBorder input {
  margin: 3px 2px 3px 10px;
}

#step3 span {
  float: left;
}

/* Step 4 */

#step4 p{
	padding: 3px 10px 3px 0;
	}

/* Form fields */

#eval-form label {
  vertical-align: middle;
}

#eval-form input {
  padding: 1px;
  margin: 2px 0 1px 0;
  color: #555;
  font-family: verdana, trebuchet ms, arial, tahoma, helvetica, sans-serif;
  font-size: 11px;
  vertical-align: middle;
  border: 1px solid #777;
}

#eval-form input.small { width: 50px; }
#eval-form input.medium { width: 100px; }
#eval-form input.large { width: 170px; }

#eval-form .noBorder input {
  vertical-align: middle;
  margin: 3px 2px;
  border: 0;
}

#eval-form select {
  padding: 1px;
  margin: 2px 0 1px 0;
  color: #555;
  font-family: verdana, trebuchet ms, arial, tahoma, helvetica, sans-serif;
  font-size: 11px;
  vertical-align: middle;
  border: 1px solid #777;
}

/* Buttons */

#eval-form .next {
  background: transparent url(../images.aff5/form_next.gif) left top no-repeat;
  cursor: pointer;
  width: 131px;
  height: 32px;
  float: right;
  border: 0;
}

#eval-form .back {
  background: transparent url(../images.aff5/form_back.gif) left top no-repeat;
  cursor: pointer;
  width: 131px;
  height: 32px;
  float: right;
  border: 0;
}

#eval-form .submit {
  background: transparent url(../images.aff5/form_submit.gif) left top no-repeat;
  cursor: pointer;
  width: 131px;
  height: 32px;
  float: right;
  border: 0;
}

#eval-form input#MultiForm1_SubmitDudOffer{
	width: 93px;
	height: 29px;
	background: transparent url(../images.aff5/dud-agree.gif) left top no-repeat;
	margin: 10px 0 0 0;
	cursor: pointer;
	border: 0;
	}
