/*** benefits_es.css ***/

h3 {
   color: #4d6090;
}

#rightCol ul li {	
   line-height: 1.2em;
}

/* links box */
div#linksBox{
	background: #fff url('/images/benefits_corner-orange_es.gif') no-repeat bottom right;
}

#applyButton {
	padding-right:35px;
	}
    
#applyButton a {
    padding-left: 6px;
}

/*buttons*/
#applyButton, #loginButton{
	background: url('/images/benefits_button_es.gif') no-repeat;
	}

/* new steps */
#leftSubCol p {
	margin-top:-6px;
}

#one_es {
	background:transparent url('/images/step_1_es.gif') 0 0 no-repeat;
}
#two_es {
	background:transparent url('/images/step_2_es.gif') 0 0 no-repeat;
}
#three_es {
	background:transparent url('/images/step_3_es.gif') 0 0 no-repeat;
        height:20px;
}




/* old steps */
div#step1{
	background: url('/images/benefits_step_1_es.gif') no-repeat 0% 30%;
}
div#step2{
	background: url('/images/benefits_step_2_es.gif') left no-repeat;
}
div#step3{
	background: url('/images/benefits_step_3_es.gif') left no-repeat;
}

