div.input, div.input.help, .input .alert, input.pad {
    margin: .1em .5em .4em .5em;
}

textarea {
    width: 20em;
}

div.input dl {
    margin: 0 0 1em 1em;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 1em;
}

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

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

div.input label.radio {
    display: inline;
}

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

div.input li {
    list-style: none;
}

/*
.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;
}
*/
