@charset "utf-8";
/* CSS Document */

 /* Eval Form */
 
#eval-form, #eval-form-thanks {
  width: 524px;
  height: 340px;
  margin: 0;
  background: transparent url(../images/form-bg.gif) left top no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding: 0;
}

#eval-form-thanks {
	background: transparent url(../images/form-bg-thanks.gif) left top no-repeat;
	}

#eval-form a {
  color: #5c5f4b;
  text-decoration: underline;
}

#eval-form a:hover {
  color: #5c5f4b;
  text-decoration: none;
}

#eval-form h1, #eval-form-thanks h1{
	font-size: 14px;
	padding: 0 15px 12px 15px;
	color: #444444;
	}

#eval-form p{
  color: #901808;
  margin: 0 0 12px 0;
  padding: 15px 15px 0 15px;
}
	
#eval-form input.checkbox {
  margin: 0 3px 0 0;
  float: left;
  clear: both;
  padding: 0;
  width: 11px;
  height: 11px;
  sssdisplay: block;
}
	
	
/* Left Column */		
	
#eval-form fieldset#form-left {
  border: 0;
  margin: 0;
  padding: 50px 0 0 20px;
  width: 215px;
  float: left;
}

#eval-form fieldset#form-left label {
  color: #5c5f4b;
  margin: 2px 0;
  padding: 0 0 0 3px;
  display: block;
  float: left;
  line-height: 16px;
  width: auto;
}

#eval-form fieldset#form-left input {
  float: left;
  margin: 2px 0;
  padding: 0;
}

#eval-form fieldset#form-left p{
	padding: 0;
	}

	
/* Right Column */	

#eval-form fieldset#form-right {
  float: right;
  width: 265px;
  margin: 45px 0 0 0;
  border: 0;
  padding: 0;
}

#eval-form fieldset#form-right p {
  color: #5c5f4b;
  margin: 0 0 0px 0;
  padding: 3px 0 0 0;
  font-weight: normal;
}

#eval-form fieldset#form-right label {
  color: #5c5f4b;
  width: 100px;
  display: block;
  float: left;
  clear: both;
  margin: 4px 0 1px 0;
  line-height: 20px;
}

#eval-form fieldset#form-right input.large {
  width: 130px;
  height:19px;
  margin: 4px 0 1px 0;
  padding: 1px 3px 0 3px;
  font-family: trebuchet ms, tahoma, verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  color: #3f3f3f;
  border: 1px solid #aeb29a;
  background: #fff;
  vertical-align: middle;
  line-height: 18px; 
}
	

#eval-form fieldset#form-right input.medium {
  width: 105px;
  height:19px;
  margin: 4px 0 1px 0;
  padding: 1px 3px 0 3px;
  font-family: trebuchet ms, tahoma, verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  color: #3f3f3f;
  border: 1px solid #aeb29a;
  background: #fff;
  vertical-align: middle;
  line-height: 18px; 
}

#eval-form fieldset#form-right input.small {
  width: 30px;
  height:19px;
  margin: 4px 0 1px 0;
  padding: 1px 3px 0 3px;
  font-family: trebuchet ms, tahoma, verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  color: #3f3f3f;
  border: 1px solid #aeb29a;
  background: #fff;
  vertical-align: middle;
  line-height: 18px;
}


#eval-form fieldset#form-right select {
  margin: 5px 0 0 0;
  font-family: trebuchet ms, tahoma, verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  color: #3f3f3f;
  border: 1px solid #aeb29a;
  background: #fff;
  font-weight: normal;
}

#eval-form fieldset#form-right .submit {
  width: 253px;
  height: 50px;
  text-indent: -9999px;
  display: block;
  margin: 10px 0 0 0;
  padding: 0;
  border: 0;
  background: transparent url(../images/submit-btn.gif) left top no-repeat;
  cursor: pointer;
}

/* Thanks */

#eval-form-thanks #form-left{
	border: 0;
	margin: 0;
	padding: 50px 0 0 0;
	}
	
#eval-form-thanks #form-left p{
	color: #901808;
	margin: 0 0 12px 0;
	padding: 0 15px 0 15px;
	}	
	
/* Dud offer */

input#MultiForm1_SubmitDudOffer{
	background: transparent url(../images/dud-agree.gif) 15px top no-repeat;
	border: 0;
	width: 108px;
	height: 48px;
	cursor: pointer;
	}	

