/*FORMS*/
.Denote {
    padding: 25px 0 0 0;
    background: url('https://www.vita.virginia.gov/uploadedImages/VITA_Main_Public/_Template/DenotesRequired.png') no-repeat;
}

.Form {
    clear: both;
}

* html .Form {
    height: 1px;
}
    /*FORM HTML SELECTORS*/
    .Form label {
        padding-left: 10px;
    }

    .Form h3 {
        padding-left: 10px;
    }

    .Form fieldset {
        padding: 0 10px 10px 10px;
        border: 1px solid #ccc;
        margin: 0 0 10px 0;
    }

.labelWidth {
    padding-right: 90px;
    padding-left: 15px;
    padding-top: 0px;
    display: inline;
}

}

* html .Form fieldset {
    width: 85%;
}

.Form legend {
    padding-left: 10px;
    margin: 0 0 10px 0;
    color: #5a7a9e;
    font-weight: bold;
}

.Form select {
    background: #fff;
    border: 1px solid #999;
    margin-top: 3px;
}

    .Form select:focus {
        background: #FFFFC6;
    }
/*FORM CLASSES*/
.Form .Label {
    padding-left: 10px;
    padding-bottom: 6px;
    border-bottom: 1px dotted #ccc;
    width: 200px;
    display: block;
    float: left;
    margin-top: 3px;
    text-align: left;
}


.Form .TextBox {
    background: #f3f3f3;
    border: 1px solid #999;
    width: 130px;
    margin-top: 3px;
}

    .Form .TextBox:focus {
        background: #FFFFC6;
    }

.Form .Button {
    padding: 0 0 5px 0;
    font-weight: bold;
    color: #fff;
    border: none;
    width: 101px;
    height: 29px;
    background: url('https://www.vita.virginia.gov/uploadedImages/VITA_Main_Public/_Template/glassButton.png') no-repeat;
}

.Button {
    padding: 0 0 5px 0;
    font-weight: bold;
    color: #fff;
    border: none;
    width: 101px;
    height: 29px;
    background: url('https://www.vita.virginia.gov/uploadedImages/VITA_Main_Public/_Template/glassButton.png') no-repeat;
}

.Form .ButtonDisabled {
    padding: 0 0 5px 0;
    font-weight: bold;
    color: #fff;
    border: none;
    width: 101px;
    height: 29px;
    background: url('https://www.vita.virginia.gov/uploadedImages/VITA_Main_Public/_Template/glassButtonDisabled.png') no-repeat;
}

.CommandButton {
    margin: 0 0 5px 0;
    height: 28px;
    width: 199px;
    color: #fff;
    font-weight: bold;
    border: none;
    background: url('https://www.vita.virginia.gov/uploadedImages/VITA_Main_Public/_Template/GreenJellyBtn.png') no-repeat;
}

.CommandButtonRed {
    height: 33px;
    width: 207px;
    color: #fff;
    font-weight: bold;
    border: none;
    background: url('https://www.vita.virginia.gov/uploadedImages/VITA_Main_Public/_Template/RedJellyBtn.png') no-repeat;
}

.Form TextArea {
    background: #fff;
    border: 1px solid #999;
    /*width: 485px;
    height: 100px;*/
    /*margin: 15px 0 10px 0;*/
}

    .Form TextArea:focus, .NominatorTextBox:focus, .NomineeTextBox:focus, .shortFields:focus, .numberFields:focus, .AppFields:focus {
        background: #FFFFC6;
    }

.X_Out {
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
    float: right;
    background: url('https://www.vita.virginia.gov/App_Resources/images/X_OutRed.png') no-repeat;
    border: none;
}

.Required {
    background-position: left;
    background-repeat: no-repeat;
    background-image: url('https://www.vita.virginia.gov/App_Resources/images/requiredArrow.jpg');
}

.RequiredTop {
    background-position: 0px 4px;
    background-repeat: no-repeat;
    background-image: url('https://www.vita.virginia.gov/App_Resources/images/requiredArrow.jpg');
}

#background-body {
}

#bottomLinkBorder {
    border-right: solid 1px #cdcdcb;
}

.bottomLinkLibrary {
    padding-top: 0px;
    color: #b0b0af;
    margin-bottom: 20px;
    font-size: 85%;
}


    .bottomLinkLibrary h5 {
        font-family: Geneva, Arial, Helvetica, sans-serif;
    }

.closeHeading {
    margin-bottom: 0px;
}

h5 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 120%;
    color: #616161;
}

.closeParagraph {
    margin-top: 7px;
}

#background-body-close {
}


.NomineeTextBox, .NominatorTextBox {
    width: 200px;
}

.shortFields {
    width: 60px;
}

.numberFields {
    width: 105px;
}

.ErrorMsg, .Error {
    color: red !important;
    padding-bottom: 2px;
}

.OrganizationTxt, .ExperienceText, .AppointmentsText {
    width: 620px;
    height: 64px;
    word-wrap: normal;
}

.indent {
    text-indent: 550px;
}

tr.spaceUnder > td {
    padding-bottom: 2em;
}
