.SideBarPanel {
width:212px;
height:100%;
text-align:center;
vertical-align:top;
background:url(images/wizard/bg.png) repeat top left;
padding:4px 5px;
}

.SideBarButton {
width:202px;
height:25px;
padding:0;
}

.SideBarButton INPUT {
color:#EEE;
background:transparent;
font-size:8pt;
width:202px;
height:25px;
border:solid 0 #ccc;
font-weight:700;
cursor:hand;
}

.SideBarButtonActive {
background:url(images/wizard/selected.png) no-repeat top left transparent;
width:202px;
height:25px;
padding:0;
}

.SideBarButtonActive INPUT {
color:#222;
background:transparent;
font-size:8pt;
width:202px;
height:25px;
border:solid 0 #ccc;
font-weight:700;
}

.SideBarButtonHover {
background:url(images/wizard/hover.png) no-repeat top left transparent;
width:202px;
height:25px;
padding:0;
}

.SideBarButtonHover INPUT {
color:#222;
background:transparent;
font-size:8pt;
width:202px;
height:25px;
border:solid 0 #ccc;
font-weight:700;
cursor:hand;
}

.DMX_EditEntry_Title {
background:url(images/wizard/bg.png) repeat top left;
width:100%;
color:#FFF;
font-weight:700;
font-size:8pt;
padding:4px;
}

div.CAProgress {
width:250px;
background:url(images/wizard/bg.png) repeat top left;
color:#FFF;
font-weight:700;
font-size:normal;
padding:20px;
}

.UploadPanel {
padding:20px;
}

.TopGroup {
background:url(images/wizard/bg.png) repeat top left;
}
