﻿.steps {
    background: url('../../Images/Registration/reg_step_line.gif') 0 0 repeat-x; 
}
.normal_menu, .active_menu, .done_menu
{
	background: url('../../Images/Registration/reg-normal-step.gif') 0 100% no-repeat; 
	width: 126px;
	height: 23px;	
	color: #FFFFFF;
	display:block;
	font-family: Arial;
	font-size: 13px;	
	line-height:22px;
	text-align:center;	
	font-weight: bold;
}
.active_menu
{
	background:url('../../Images/Registration/reg-active-step.gif') 0 100% no-repeat; 	
}
.done_menu
{
	background: url('../../Images/Registration/reg-done-step.gif') 0 100% no-repeat; 	
}
.td_step_width {
    width: 126px;
}
