#steps-container {
  font: 10px Verdana, sans-serif;
  line-height:16px; /* UPDATE JAN 26 *//*UPDATED IN PROJECTS AND ON SERVER*/
  background-color: #F7F7F7;  
  text-align: left;
  /*margin: 20px 20px;*/
  padding: 20px;
}

/* STEPS ALL UPDATED/NEW FEB. 11 */
#steps-container{padding:0 0 5px 0; margin:0 0 5px 0; border-top:1px dotted #999;  border-bottom:1px dotted #999; height: 60px; width:100%;}
.steps-on {background-image:url(/images/steps-on.gif); background-position:left top; background-repeat:no-repeat; float:left; padding:5px; margin:0 25px 0 0; color:#000;}
.steps{float:left; padding:5px; margin:0 25px 0 0; color:#999;}
.steps-on p, .steps p {line-height:14px; padding:10px 0 0 0;}
.steps-on p {color: Black;}

/* fonts
---------------------------------------------------------- */
p {margin:0; padding:0 0 5px 0; line-height:130%;}