.formWizard {
overflow:hidden;
width:600px;
}
.progressBar{
float:left;
display:inline;
width:60px;
height:200px;
}
.step1{background:url(steps1.gif) no-repeat top left;}
.step2{background:url(steps2.gif) no-repeat top left;}
.step3{background:url(steps3.gif) no-repeat top left;}
.step4{background:url(steps4.gif) no-repeat top left;}
.step5{background:url(steps5.gif) no-repeat top left;}

.wrapper {
float:left;
display:inline;
width:400px;
border:1px solid #cccccc;
}
.content {
padding:5px;
}


div.scroll {
height: 220px;
width: 370px;
overflow: auto;
border: 1px solid #666;
padding: 8px;
}

