﻿.stepBox
{
    font: bold 10px arial;
    color: White;
    width:60px;
    height:74px;
    text-align:left;
    float:left;
    text-decoration: none;
    padding:5px;
    border: 0px solid black;
    margin:6px 0px 0px 7px;
}
#button_0       {background: white url('/images/boxes/1_base.jpg')   no-repeat top left;}
#button_0:hover {background: white url('/images/boxes/1_hover.jpg')  no-repeat top left;}
#button_1       {background: white url('/images/boxes/2_base.jpg')   no-repeat top left;}
#button_1:hover {background: white url('/images/boxes/2_hover.jpg')  no-repeat top left;}
#button_2       {background: white url('/images/boxes/3_base.jpg')   no-repeat top left;}
#button_2:hover {background: white url('/images/boxes/3_hover.jpg')  no-repeat top left;}
#button_3       {background: white url('/images/boxes/4_base.jpg')   no-repeat top left;}
#button_3:hover {background: white url('/images/boxes/4_hover.jpg')  no-repeat top left;}
#button_4       {background: white url('/images/boxes/5_base.jpg')   no-repeat top left;}
#button_4:hover {background: white url('/images/boxes/5_hover.jpg')  no-repeat top left;}

#stepContainer{
clear:both;
    font: normal 11px arial;
}

#buttons_Container
{
    margin-top:20px;
    width: 425px;
    height: 98px;
    background: white url('/images/boxes/dotted_right_arrow.jpg')   no-repeat top left;
}
