 .step_normal	{ font-size: 11px; font-family: arial; color:#181818; font-weight: bolder; text-align: center;}
 .step_normal_icon { background-image: URL('../images/wizard_stepcircle.gif'); font-size: 11px; font-family: arial; color:#181818; font-weight: bolder;}

 .step_active	{ font-size: 11px; font-family: arial; color:#FF0000; font-weight: bolder; text-align: center;}
 .step_active_icon { background-image: URL('../images/wizard_stepcircle_active.gif'); font-size: 11px; font-family: arial; color:#181818; font-weight: bolder;}

 .step_done		{ font-size: 11px; font-family: arial; color:#9F9A96; font-weight: bolder; text-align: center;}
 .step_done_icon { background-image: URL('../images/wizard_stepcircle_done.gif'); font-size: 11px; font-family: arial; color:#9F9A96; font-weight: bolder;}

.wizard_steps {
background-color:#D8D1CC;
}