dl.info {
    margin-top: 0;
    margin-bottom: 1em;
    overflow: auto;
}
dl.info dt {
    font-weight: bold;
    float: left;
    clear: left;
    width: 12em;
}
dl.info dd {
    margin-left: 12.5em;
    height: 1.5em;
}

dl.info dt.large {
    width: 15em;
}

dl.info dd.large {
    margin-left: 15.5em;
}

div.input .mv-col-vertical label.mv, .mv-col-vertical label.mv {
    float: left;
    text-align: right;
    width: 10em;
    margin-right: 0.25em;
}

div.input ul {
    margin: 0;
    padding: 0;
    /*margin-left: .5em;*/
    float: left;
}

div.input ul li {
    margin: 0;
}

.droptab {
    _margin-top: 20px;
}

.droptab .left {
    background: url("/style/droptab-left.png") top left no-repeat;
    padding: 19px 0 20px 40px; 
    #padding-top: 0px;
}

.droptab .right {
    line-height: 52px;
    #line-height: 63px;
    background: url("/style/droptab-right.png") bottom right no-repeat;
    padding: 20px 40px 20px 0;
}

.droptab form {
    display: inline;
}

.droptab input {
    #position: relative;
    #top: 14px;
    _top: 0;
}

.tabs {
    background-color: transparent;
    padding: 2px 2px 2px 10px;
    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;
}

label.left, div.input label {
    font-weight: bold;
    margin-right: 0.25em;
    text-align: right;
    padding: 0.25em 0.25em 0.25em 0;
    float: left;
    width: 15em;
}

.xforms-appearance-minimal, div.input.xforms-appearance-minimal, div.input label.xforms-appearance-minimal {
    width: auto;
    display: inline;
}

button.xforms-appearance-full {
    margin-left: 12.25em;
}

div.input.xforms-appearance-minimal label {
    text-align: left;
    padding: 0 0.25em 0 0;
    float: none;
    width: auto;
}

div.input p {
    padding: 0.25em 0.25em 0.25em 0;
    margin: 0;
    _display: inline;
}

div.text, div.text label, div.text p,
div.text.input, div.text.input label, div.text.input p {
    padding: 0.1em 0;
    vertical-align: bottom;
    margin-bottom: 0;
    margin-top: 0;
}

.subgroup {
    float: left;
}
