﻿fieldset {
    width: 431px;
    max-width: 500px;
    padding: 16px;
    border: 2px solid #2F71B3;
}
fieldset2 {
    width: 431px;
    max-width: 500px;
    padding: 16px;
}
.LblError {
    color: red;
    font-size: 9pt;
    font-family: Verdana;
    font-weight: bold;
}

.container {
    padding: 10px;
}

.formLable {
    display: block;
    float: left;
    width: 245px;
    height: 18px;
}

.formLableSmall {
    display: block;
    float: left;
    width: 125px;
    height: 18px;
}

.textboxSmall {
    width: 70px;
}

.drpDown {
    width: 260px;
}

.textboxLong {
    width: 250px;
}

.textboxZip {
    width: 50px;
}

.calender {
    display: block;
    float: left;
    width: 70px;
}



input.wide100 {
    width: 110px;
}

input.wide110 {
    width: 110px;
}

input.wide {
    width: 60px;
}

/* Help-windows*/
.web_dialog {
    display: none;
    position: fixed;
    width: 500px;
    height: 650px;
    top: 15%;
    left: 65%;
    margin-left: -190px;
    margin-top: -100px;
    background-color: #ffffff;
    border: 2px solid #336699;
    padding: 0px;
    z-index: 102;
    font-family: Verdana;
    font-size: 10pt;
}

.web_dialog_title {
    border-bottom: solid 2px #336699;
    background-color: #2F71B3;
    padding: 4px;
    color: White;
    font-weight: bold;
}

    .web_dialog_title a {
        color: White;
        text-decoration: none;
    }

.align_right {
    text-align: right;
}

.butten {
    width: 150px;
    background-color: #C8DCF0;
    background-color: #2F71B3;
    Color: White;
    border-bottom: 1px;
}

    .butten:hover {
        text-decoration: underline
    }

.spanHeader {
    width: 150px;
    background-color: #C8DCF0;
    font-family: Verdana;
    font-size: 10pt;
    background-color: #2F71B3;
    Color: White;
}

.spanHeader2 {
    width: 250px;
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
}

.auto-style1 {
    width: 748px;
}
input[type="radio"] {
    margin-right: 12px;
}
.guidanceDialog_title {
    padding: 4px;
    font-size: 10pt !important;
    color: White;
    font-weight: bold;
    text-align: center;
}
.reset-this {
    all: initial;
}

.redo-fieldset {
    border: 1px solid black;
    padding: 10px;
}

.redo-legend {
    color: black;
}
.input[type=file] {
    position: relative;
    text-align: right;
    opacity: 0;
}