div.input label {
    display: block;
    width: auto;
}

div.input ul {
    margin-left: 0;
}

.tabs {
    background-color: transparent;
    padding: 2px 2px 2px 5px;
    margin: 1em 0 0 0;
    border: 0;
    border-bottom: 2px solid #7394A3;
    list-style: none;
    line-height: normal;
}

.tabs li {
    display: inline;
    margin-top: 0px;
    padding: 2px 0 2px 2px;
    #padding: 0 0 0 2px;
    background: url("/style/tab-left.gif") no-repeat left top;
}

.tabs li a {
    height: auto;
    line-height: normal;
    text-decoration: none;
    text-transform: none;
    z-index: 1;
    padding: 2px 1.6em 2px 1.5em;
    border: none;
    margin-right: 0;
    color: #436976;
    background: url("/style/tab-right.gif") no-repeat right top;
}

.tabs li a:hover {
    background: url("/style/tab-right-selected.gif") no-repeat right top;
    color: blue;
    text-decoration: none;
}

.tabs li.selected {
    background: url("/style/tab-left-selected.gif") no-repeat left top;
    border-bottom: 2px solid white;
}

.tabs li.selected a {
    background: url("/style/tab-right-selected.gif") no-repeat right top;
}
