* { margin: 0; padding: 0; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#eval_form1{
	background-image: url(../images/lead1_bg1.jpg);	
	background-repeat: no-repeat;	
	padding: 50px 10px 10px 10px;
	width: 550px;
	height: 425px;
}
#eval_form2{
	background-image: url(../images/lead1_bg2.jpg);	
	background-repeat: no-repeat;	
	padding: 80px 10px 10px 10px;
	width: 550px;
	height: 425px;
}
#eval_form_ty{
	background-image: url(../images/lead1_bgty.jpg);	
	background-repeat: no-repeat;	
	padding: 80px 20px 10px 30px;
	width: 550px;
	height: 425px;
}
.form_left{
	float: left;
	width: 190px;
	text-align: right;
	padding-right: 10px;
	line-height:16px;
	padding-bottom:10px;
}
.form_right{
	float: left;
	padding-bottom:10px;
	width: 350px;
}
.form_left2{
	float: left;
	width: 120px;
	padding-right: 10px;
	padding-left: 40px;
	padding-bottom:10px;
}
.phone3{
	width: 30px;	
}
.phone4{
	width: 40px;
}
.eval_btn{
	background-color:#CCC;
	color:#006;
	font-weight: bold;
	padding: 5px;
	float: right; 
	margin-right: 50px;
}
.prev_btn{
	background-color:#CCC;
	color:#006;
	font-weight: bold;
	padding: 5px;
	float: right; 
	margin-right: 10px;
}
.clear {
	clear: both;
	height: 1px;
}
input:focus, select:focus, textarea:focus{
	background:#DFF;
}


