body {
  color: #d5f90d;
  background: transparent;
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Eval Form Layout*/

#eval-form, #eval-form-thanks, #eval-form-nofunds {
  width: 566px;
  height: 356px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: transparent url(../images/form-bg.jpg) left top no-repeat;
  padding: 0;  
  line-height: 13px;
}

#form-fields{
	padding: 54px 0 0 0;
	}
	
#fieldset-left{
	float: left;
	width: 270px;
	padding: 5px 0 0 10px;
}

#fieldset-right{
	float: right;
	width: 260px;
}

#right-wrap{
	height: 250px;
	}

/* Elements */

* {
  margin: 0;
  padding: 0;
}

h1, h2{
	font-size: 12px;
	font-weight: bold;
	}

p{
	clear: both;
	color: #d5f90d;
	padding: 3px 3px 3px 0;
	clear: both;	
	margin: 0;
	}
	
p#tc{
	font-size: 10px;
	}	
	
#fieldset-left p{
	padding: 10px 3px 3px 10px;
	}	

a {
	color: #d5f90d;
	text-decoration: underline;
	}
	
a:hover{
	text-decoration: none;
	}	
	
#eval-form span{
	float: left;
	}	
	
span.eval-asterisk{
	width: 9px;
	height: 16px;
	background: transparent url(../images/asterisk.gif) left top no-repeat;	
	}	
	
#fieldset-left span.eval-asterisk{
	float: left;
	width: 9px;
	height: 16px;
	background: transparent url(../images/asterisk.gif) left top no-repeat;	
	}	
	
#eval-form span.noBorder{
	display: block;
	margin: 0 0 1px 0;
	color: #0f0427;
	clear: both;
	}	
	
/* Form fields */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

#eval-form label{
	width: 115px;
	display: block;
	line-height: 20px;	
    color: #d5f90d;	
	text-align: right;
	float: left;
	}

#eval-form .noBorder label{
	padding: 0 10px 3px 0;
	width: auto;
	float: left;
	font-weight: normal;
	color: #ffffff;
	line-height: 18px;
	}

#eval-form input {
  font-weight: normal;
  float: left;
  margin: 0 0 11px 5px;
  padding: 3px 0 0 0;
  font-size: 11px;
  vertical-align: middle;
  height: 16px;
  line-height: 16px;
  color: #ffffff;
  border: 1px solid #bcbcbc;
  background: #c8bcf1 url(../images/input-bg.gif) left top no-repeat;
  width: 123px; 
}

#eval-form input.small{width: 40px;}

#eval-form input.noBorder, #eval-form .noBorder input {
	width: auto;
	float: left;
	margin: 1px 0 0 0;
	vertical-align: middle;
	border: 0;
	height: 14px;
	width: 14px;
	background: transparent;
	display: inline;
}

#eval-form span#MultiForm1_HasAttorney{
	margin: 0 0 10px 0;
	}

#eval-form #fieldset-right input#MultiForm1_FinanceOtherDesc{
	width: 100px;
	margin: 0;
	}

#eval-form select {
  font-weight: normal;
  font-size: 11px;
  vertical-align: middle;
  padding: 0;
  margin: 2px 0 0 10px;
  color: #ffffff;
  background: #716666;
  border: 1px solid #bcbcbc; 
}

/* Submit */

#eval-form input.submit {
	width: 180px;
	height: 40px;
	margin: 0 auto;
	display: block;
	text-indent: -9999px;
	float: right;
	cursor: pointer;
	background: none;
	border: 0;
}

/* Thanks Step */

#eval-form-nofunds #form-fields, #eval-form-thanks #form-fields{
	padding: 45px 25px 0 20px;
	}

#eval-form-nofunds h1{
	font-size: 10px;
	line-height: 12px;
	margin: 0 0 5px 0;
	}
	
#eval-form-nofunds h2{
	font-size: 10px;
	line-height: 12px;
	margin: 3px 0 3px 0;
	}	
	
#eval-form-nofunds p, #eval-form-thanks p{
	margin: 0 0 8px 0;
	font-weight: normal;
	}		
	
#eval-form-nofunds ul{
	padding: 0 0 0 15px;
	margin: 0;
	font-size: 9px;
	}
	
#eval-form-nofunds a#zoom{
	display: block;
	text-indent: -9999px;
	width: 154px;
	height: 33px;
	margin: 0 0 10px 0;
	background: transparent url(../images.aff4/zoom.gif) left top no-repeat;
	}	
