/* CSS Document */

#steps{
background:#19388a;
border:#B1C1EB solid 4px;
height:auto;
width:480px;
font:Arial, Helvetica, sans-serif;
font-weight:bold;

}

.paststep{
border-right:#B1C1EB solid 4px;
float:left;
padding: 5px 5px 5px 5px;
color:#B1C1EB;

}
.paststep a{
color:#B1C1EB;
text-decoration:none;
}

.currentstep{

border-right:#B1C1EB solid 4px;
float:left;
padding: 5px 5px 5px 5px;
color:#FFFFFF;
}


.nextstep{

border-right:#B1C1EB solid 4px;
float:left;
padding: 5px 5px 5px 5px;
color:#ccc;
}
