label {
    position: static;
    text-align: right;
    width: 50px;
}

input,select,textarea {
    position: static;
    margin-left: 150px;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-right: 5px;
}

table tr{
    background-color: inherit;
}

.gi {
    border-color: #801010;
    border-width: 3px;
}

table.gi input{
    margin-left: 0px;
}

table.blank_gi input{
    margin-left: 10px;
}

table.blank input, select{
    margin-left: 30px;
}

p.justify {
    text-align: justify;
}

p.warning {
    color: red;
    text-align: justify;
    font-weight: bold;
}

.email {
    margin-top: 25px;
    margin-left: 150px;
}