#eval-form {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #444444; 
	padding-right: 3px; 
	width: 489px;
	line-height: 14px;
	}

#eval-form #form-fields{
	height: 238px;
	background: transparent url(../images.aff21/form_bg.gif) left top no-repeat;
	}
	
#eval-form #top-step1{
	background: transparent url(../images.aff21/top1.gif) left top no-repeat;
	height: 52px;
	}
	
#eval-form #top-step2{
	background: transparent url(../images.aff21/top2.gif) left top no-repeat;
	height: 52px;
	}
	
#eval-form #top-step3{
	background: transparent url(../images.aff21/top3.gif) left top no-repeat;
	height: 52px;
	}
	
#eval-form #top-step4{
	background: transparent url(../images.aff21/top4.gif) left top no-repeat;
	height: 52px;
	}
	
#eval-form #top-step5{
	background: transparent url(../images.aff21/top5.gif) left top no-repeat;
	height: 52px;
	}				
	
#eval-form #no-steps{
	background: transparent url(../images.aff21/top_complete.gif) left top no-repeat;
	height: 52px;
	}		
	
#eval-form #step1, #eval-form #step2, #eval-form #step3, #eval-form #step4, #eval-form #step5{
	padding: 10px 0 0 20px;
	}
	
#eval-form #fieldset-left, #eval-form #fieldset-right, #eval-form .fieldset-left, #eval-form .fieldset-right{
	float: left;
	}
	
#eval-form #form-footer{
	background: transparent url(../images.aff21/form_bottom.gif) left top no-repeat;
	height: 30px;
	}		
	
* {
	padding: 0;
	margin: 0;
	}	
	
#eval-form a{
	text-decoration: underline;
	color: #2364b0;
	}
	
#eval-form a:hover{
	text-decoration: none;
	}	
	
.eval-asterisk {
  width: 9px;
  height: 21px;
  background: transparent url(../images.aff21/asterisk.gif) left top no-repeat;
}		
				
/* Step 1 */

#eval-form #step1 #fieldset-left{ 
	margin: 10px 0;
	width: 190px;
	}

#eval-form #step1 #fieldset-right{
	margin: 10px 0;
	}
	
/* Step 2 */

#eval-form #step2 #fieldset-left{ 
	margin: 10px 0;
	width: 210px;
	}

#eval-form #step2 #fieldset-right{
	margin: 10px 0;
	}			
	
/* Step 3 */

#eval-form #step3{
	line-height: 24px;
	}

#eval-form #step3 .fieldset-left{ 
	width: 300px;
	}

#eval-form #step3 label{
	line-height: 45px;
	}
	
#eval-form #step3 .fieldset-left label, #eval-form #step3 .fieldset-right label{
	line-height: 24px;
	}	
	
#eval-form #step3 .noBorder input{	
	margin: 3px 3px 5px 0;
	}	
	
/* Step 4 */	
	
#eval-form #step4 .fieldset-left{ 
	width: 200px;
	margin: 10px 0 0 0;
	}		

#eval-form #step4 .fieldset-right{
	margin: 10px 0 0 0;
	}
	
/* Step 5 */

#eval-form #step5{
	width: 300px;
	}
	
#eval-form #step5 label{
	width: 125px;
	display: block;
	float: left;
	line-height: 16px;
	clear: both;
	}	
	
#eval-form #step5 input{
	float: left;
	margin: 0 0 6px;
	}	
	
#eval-form #step5 p{
	width: 300px;
	}
	
#eval-form #step5 span{
	float: left;
	}	
	
/* step none */

#eval-form #form-fields fieldset#steps-complete p {
  line-height: 17px;
  padding: 6px 10px 6px 18px;
}	

#eval-form #form-fields fieldset#steps-complete h1 {
  padding: 6px 10px 6px 18px;
  font-family: trebuchet ms, Verdana, Arial, Helvetica, sans-serif; 
  font-size: 16px; 
}	
	
/* Elements */

#eval-form p{
	padding: 3px 0;
	margin: 0;
	}
	
/* Form Elements */

#eval-form fieldset{
	border: 0;
	}	

#eval-form input {
	font-size: 11px;
	height: 16px;
	border: 1px #000 solid ;
	}
	
#eval-form input.small {
	width: 45px;
}

#eval-form input.medium {
	width: 72px;
}

#eval-form input.large {
	width: 160px;
}	

#eval-form select {
	font-size: 11px;
	height: 18px;
	}

#eval-form .noBorder input{
	background: transparent;
	padding: 1px 3px 3px 0;
	margin: 3px 3px 5px 25px;
	border: 0;
	vertical-align: middle;
	}
	
#eval-form textarea {
  color: #555;
  font-family: y
  font-size: 11px;
  vertical-align: bottom;
  width: 250px;
  height: 45px;  
}	
	
/* Buttons */

#eval-form .next {
	float: right;
	width: 65px;
	height: 30px;
	border: 0;
	cursor: pointer;
	background: transparent url(../images.aff21/next.gif) left 4px no-repeat;
}

#eval-form .back {
	float: left;
	width: 70px;
	height: 30px;
	border: 0;
	cursor: pointer;
	background: transparent url(../images.aff21/back.gif) right 4px no-repeat;
}

#eval-form .submit {
	float: right;
	width: 83px;
	height: 30px;
	border: 0;
	cursor: pointer;
	background: transparent url(../images.aff21/submit.gif) left 4px no-repeat;
}	



