﻿div.appForm {
    margin: 10px 0;
}

    div.appForm fieldset {
        overflow: hidden;
        margin: 10px 0;
        border: none;
        border-top: 1px solid #666666;
        line-height: 140%;
        white-space: nowrap;
    }

        div.appForm fieldset legend {
            margin: 0px 5px 10px 20px;
            padding: 2px 5px;
            /*
    font-size:14px;
    color: #815A31;
    font-weight:bold;
    padding-top:3px;
    margin-bottom:5px;
    border-bottom:1px dotted #815A31;
    width:100%;
*/
        }

        div.appForm fieldset > label {
            display: block;
            width: 125px;
            /*padding-left: -100px;    */
            float: left;
            text-align: right;
            margin: 0 5px;
        }

        div.appForm fieldset > div.commandBar {
            margin-left: 125px;
            padding-left: 5px;
            padding-top: 10px;
        }

        div.appForm fieldset input[type='text'], div.appForm fieldset input[type='password'] {
            width: 150px;
            margin-bottom: 5px;
        }

        div.appForm fieldset input[type='radio'] {
            margin: 0 0 5px 5px;
            vertical-align: text-top;
        }

    div.appForm br {
        clear: left;
    }

    div.appForm div.floatingInfo {
        color: #606060;
        font-style: italic;
        white-space: normal;
        float: right;
        width: 270px;
        margin-top: -5px;
    }

    div.appForm div.inlineInfo {
        margin: 10px 5px 5px 5px;
        white-space: normal;
        color: #606060;
        font-style: italic;
    }

    /*********************** label width ***************************/

    div.appForm fieldset.lw1 > label,
    div.appForm fieldset.lw2 > label {
        width: 60px;
    }

    div.appForm fieldset.lw1 > div.commandBar {
        margin-left: 65px;
    }

    div.appForm fieldset.lw2 {
        text-align: center;
    }

        div .appForm fieldset.lw2 > div.commandBar {
            text-align: center;
            margin-left: 0;
        }

.select2-container {
    width: 100% !important;
    z-index: 99999;
}

.select2-dropdown {
    font-family: Trebuchet MS;
}