
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 10px;
}

h1{
	font-weight: bold;
	font-size: 12px;
	padding-left: 10px;
	}

.eval-asterisk {
  width: 9px;
  height: 16px;
  background: transparent url(../images.aff1/asterisk.gif) left top no-repeat;
}


/* Eval Form */

#eval-form {
  width: 500px;
  height: 325px;
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #555;
}

#form-fields {
  height: 229px;
  margin: 0;
  padding: 0 10px;
  background: transparent url(../images.aff1/form_bg.gif) left top repeat-y;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

#top-step1 { background: transparent url(../images.aff1/form_top.gif) left top no-repeat; width: 500px; height: 37px; }
#top-step2, #top-step3 { background: transparent url(../images.aff1/form_top.gif) left top no-repeat; width: 500px; height: 37px; }

#form-footer {
  height: 50px;
  padding: 0 20px;
  text-align: right;
  background: transparent url(../images.aff1/form_bottom.gif) top left no-repeat;
}


/* Step 1 */

#step1 #fieldset-left {
  width: 255px;
  float: left;
}

#step1 #fieldset-left label {
  float: left;
  display: block;
  width: 90px;
  padding: 6px 2px 1px 0;
  text-align: right;
}

#eval-form #step1 #fieldset-left input {
  float: left;
  margin: 5px 0 6px 0;
}

#step1 #fieldset-left span {
  float: left;
}

#step1 #fieldset-right {
  width: 215px;
  float: left;
}

#step1 #fieldset-right p {
  padding: 3px 0 7px 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: 10px;
  vertical-align: middle;
  border: 1px solid #777;
}

#eval-form input.small { width: 50px; }
#eval-form input.medium { width: 100px; }
#eval-form input.large { width: 135px; }
#eval-form input.xlarge { width: 200px; }

#eval-form input.noBorder, #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: 10px;
  vertical-align: middle;
  border: 1px solid #777;
}

#eval-form textarea {
  width: 185px;
  height: 25px;
  color: #555;
  font-family: verdana, trebuchet ms, arial, tahoma, helvetica, sans-serif;
  font-size: 10px;
}


/* Buttons */

#eval-form .submit {
  background: transparent url(../images.aff1/b-submit.gif) left top no-repeat;
  cursor: pointer;
  width: 89px;
  height: 25px;
  float: right;
  border: 0;
}

input#MultiForm1_SubmitDudOffer{
	width: 93px;
	height: 32px;
	background: transparent url(../images.aff1/dud-agree.gif) left top no-repeat;
	margin: 10px 0 0 10px;
	cursor: pointer;
	border: 0;
	}

