
#tabhead ul {
    list-style: none;
    padding: 0;
    margin: 40px 0 0px 0px;    
}

#tabhead li {
    float: left;    
    border: 1px solid #9bc4db;    
    border-bottom-width: 0;
    background-color: #fff;
    margin: 0;            
}

#tabhead a {        
    text-decoration: none;
    display: block;
    background: #eee;
    padding: 0.3em 0.7em;
    color: #333;
    width: 180px;
    text-align: center;
}

#tabhead a:hover {
        background: #ddf;
}

#tabhead .selected {    
        border-color: #298dcd;
}

#tabhead .selected a {    
    position: relative;
    top: 1px;
    background: white;
    color: #298dcd;
    font-weight: bold;
}

#tabbody {
    border: 1px solid #298dcd;
    clear: both;
    padding: 0em 0em 0em 0em;
    margin:0px 0px 10px 0px;
}

#tabbody label {            
    font-size: 12px;                            
}
