input, textarea, select {
    margin-left:0.2em;
    margin-right:0.2em;
}
/*
form fieldset label {
        display:block;
}
*/
form fieldset label span {
    text-align:right;
    margin-right:0.2em;
    float:left;
    display:block;
    width:5em;
}
.file {
    display:block;
}
/*
tr:nth-child(even) {
        background-color: gray;
}

tr:nth-child(2n+1) {
        background-color: silver;
}
*/
.even {
    background-color: silver;
}
.odd {
    background-color: white;
}

form fieldset label span {
    width:5em;
}
form fieldset label select {
    width:20em;
}
form fieldset label input {
    width:10em;
}

.hiddenForm{
    border: 2px solid dodgerblue;
    border-radius: 4px;
}

.hiddenFormFrame{
}
