/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24-Apr-2018, 20:19:41
    Author     : Win7VM
*/

#label {
    clear: left;
    float: left;
    width: 15%;
    text-align: right;
    margin-right: 20em;
}
#input {
    background-color: #CCCCFF;
    float: left;
    width: 80%;
}
#textarea {
    background-color: #CCCCFF;
    float: left;
    width: 80%;
}
#button {
    float: left;
    clear: both;
    width: 10em;
    margin-left: 7em;
    margin-top: 1em;
    background-color: #0000CC;
    color: #FFFFFF;
}
body {
    font-family: arial,helvetica;
}
form fieldset {
    display: inline-block;
}
.radioButton {
    float: none;
    display: inline;
    margin-right: 0.1em;
    width: 2em;
}
form label {
    width: 8em;
    margin-right: 1em;
    margin-left: 0.2em;
    float: left;
    text-align: left;
    display: block;
}
form input {
    width: 15em;
}
#submit {
    margin-top: 2em;
    float: right;
}
.errorClass {
    background-color: #CC6666;
}
#errorDiv {
    color: red;
}
.errorFeedback {
    visibility: hidden;
}
.gridHeaderRow {
    background-color: Magenta;
    
}
.gridContentRow {
    background-color: PowderBlue;
}
