#wizardwrapper {
width:590px; /*610*/
padding:20px 10px 20px 10px;
float:left;
overflow:auto;
} 

#wizardpanel {
display:none;
padding:0;
margin:0;
}

.animatedtabs{
border-bottom:2px solid #306aa1;
overflow:hidden;
width:610px; /*610px*/
font-size:12px; /*font of menu text*/
}

.animatedtabs ul{
list-style-type:none;
margin:0;
padding:0;
}

.animatedtabs li{
float:left;
margin:0;
padding:0;
}

.animatedtabs li.selected a{
background:url(../images/bg-tabsBlue.jpg) repeat-x;
}

.animatedtabs a{
color:#FFFFFF;
float:left;
background:url(../images/bg-tabsGrey.jpg) repeat-x;
margin:0 5px 0 0;
padding:5px;
text-decoration: none;
}

.animatedtabs a:hover{
background:url(../images/bg-tabsBlue.jpg) repeat-x;
}
