.tabbed-pane .pane 
{
    padding: 0px; 
    clear: both; 
}

.tabbed-container 
{
    background: #EBF6FD;
    padding: 0px;
    position: relative;
    clear: both;
    width: 478px;
    height: 100%;
    min-height: 3em;
}
.tabbed-container .overlay 
{
    position: absolute;
    clear: both; 
    width: 100%;
    min-height: 100%;
    height: 100%;
    padding: 0px; 
    top: 0;
    left: 0;
    right: 0;
    background: #EBF6FD;
    z-index: 100;
    text-align: center;
}
