﻿
.StepSelected
{
     background:url(../images/bg-arrow2.png) no-repeat top;
     color:#729902;
     width:110px;
     height:40px;
     vertical-align:middle;
     margin-left:4px;
     margin-bottom:10px;
     padding-top:8px;
     text-align:center;
     font-weight:bold;
     float:left;
}

.StepUnSelected
{
     background:transparent;
     color:Gray;
     width:110px;
     height:40px;
     vertical-align:middle;
     margin-left:4px;
      margin-bottom:10px;
      padding-top:8px;
     text-align:center;
     font-weight:normal;
     float:left;
}

.help-inline {
    font-style: italic;
    font-size: 0.9em;
    color: red;
    margin-left: 15px;
}