
form {
    font-family: tahoma, arial, verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align:left;    
}

fieldset {
    font-size: 100%;
    border-color: #000000;
    border-width: 1px 0px 0px 0px;
    border-style: solid none none none;
    padding: 10px;
    margin: 0px 0px 0px 0px;

}

form fieldset legend {
    font-size: 150%;
    font-weight: normal;
    color: #000000;
    margin: 0px 0px 0px 0px;
    padding: 0px 5px;
}

label {
    font-size: 100%;
    cursor: pointer;
    text-align:left;
}

label u {
    font-style: normal;
    text-decoration: underline;
}

input, select, textarea {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 100%;
    color: #000000;
    text-align:left;
}

textarea {
    overflow: auto;
}

form div {

    clear: left;
    display: block;
    width: 400px;
    height: expression('1%');
    margin: 0px 0px 5px 0px;
    padding: 1px 3px;  
    text-align:left;
}

div.notes {
    float: right;
    width: 158px;
    height: auto;
    margin: 0px 0px 10px 10px;
    padding: 5px;
    border: 1px solid #666666;
    background-color: #ffffe1;
    color: #666666;
    font-size: 88%;
}

div.notes h4 {
    background-image: url(/yat/image/icon_info.gif);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 3px 0px 3px 27px;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #666666;
    color: #666666;
    font-size: 110%;
}

div.notes p {
    margin: 0em 0em 1.2em 0em;
    color: #666666;
}

div.notes p.last {
    margin: 0em;
}

form div fieldset {
    clear: none;
    border-width: 1px;
    border-style: solid;
    border-color: #666666;
    margin: 0px 0px 0px 142px;
    padding: 0px 5px 5px 5px;
    width: 197px;
}

form div fieldset legend {
    font-size: 100%;
    padding: 0px 3px 0px 9px;
}

form div.required fieldset legend {
    font-weight: bold;
}


form div label {
    display: block;
    float: left;
    width: 130px;
    padding-top: 3px;
    margin-right: 15px;
    text-align: right;
}

form div label.static {
    padding-top: 1px;
    margin-right: 15px;
}

form div.submit {
    text-align: center;
}

form div.optional label, label.optional {
    font-weight: normal;
}

form div.required label, label.required {
    font-weight: bold;
}

form div label.labelCheckbox, form div label.labelRadio {
    float: none;
    display: block;
    width: 200px;
    height: expression('1%');
    padding: 0px;
    margin: 0px 0px 5px 142px;
    text-align: left;
}

form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
    margin: 0px 0px 5px 0px;
    width: 170px;
}

div.error {
    background-color: #ff0000;
    background-image: url(/yat/image/icon_error.gif);
    background-repeat: no-repeat;
    background-position: 3px 3px;
    color: #ffffff;
    padding: 3px 3px 5px 27px;
    border: 1px solid #000000;
    margin: 10px 0px;
    width: 395px;
    margin-left: auto;
    margin-right: auto;
}

form div.error {
    background-color: #ffffe1;
    background-image: none;
    color: #666666;
    margin: 0px 0px 5px 0px;
    padding: 2px 3px;
    border-color: #ff0000;
}

form div.error div.error {
    background-image: url(/yat/image/icon_error.gif);
    background-position: top left;
    border-width: 0px 0px 0px 0px;
    font-size: 88%;
    font-weight: bold;
    margin: 0px 0px 0px 115px;
    padding: 2px 3px 5px 27px;
    width: 200px;
    color: #ff0000;
}

form div input, form div select, form div textarea {
    width: 200px;
    padding: 1px 3px;
    margin: 0px 0px 0px  px;
}

form div input.inputFile {
    width: 211px;
}

form div select.selectOne, form div select.selectMultiple {
    width: 211px;
    padding: 1px 0px;
}

form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
    display: inline;
    height: 14px;
    width: 14px;
    background-color: transparent;
    border-width: 0px;
    padding: 0px;
    margin: 0px 0px 0px 140px;
}

form div small {
    display: block;
    margin: 0px 0px 5px 142px;
    padding: 1px 3px;
    font-size: 88%;
    height: expression('1%');
}

form div.submit{
    text-align: center;
}

