body,option,.h {
    font-family: Arial,Helvetica,Times New Roman,sans-serif;
    font-size: 100%;
}

body {
    background: #A5D4F8;
}

.inp {
    border: 1px solid navy;
}

.it {
    color: green;
    font-weight: bold;
}

.s {
    font-family: Arial,Helvetica,Times New Roman,sans-serif;
    font-size: 75%;
}

.as:link {
    font-family: Arial,Helvetica,Times New Roman,sans-serif;
    font-size: 95%;
    color: white;
    text-decoration: none;
    background-color: #878585;
}

.as:visited {
    font-family: Arial,Helvetica,Times New Roman,sans-serif;
    font-size: 95%;
    color: white;
    text-decoration: none;
    background-color: #878585;
}

.as:hover {
    font-family: Arial,Helvetica,Times New Roman,sans-serif;
    font-size: 95%;
    color: #E77542;
    text-decoration: none;
    background-color: #878585;
}

.as:active {
    font-family: Arial,Helvetica,Times New Roman,sans-serif;
    font-size: 95%;
    color: #E77542;
    text-decoration: none;
    background-color: #878585;
}

.a1:link {
    font-family: Arial,Helvetica,Times New Roman,sans-serif;
    color: #0867A2;
    text-decoration: none;
}

.a1:visited {
    font-family: Arial,Helvetica,Times New Roman,sans-serif;
    color: #0867A2;
    text-decoration: none;
}

.a1:hover {
    font-family: Arial,Helvetica,Times New Roman,sans-serif;
    color: #0867A2;
    text-decoration: underline;
}

.a1:active {
    font-family: Arial,Helvetica,Times New Roman,sans-serif;
    color: #0867A2;
    text-decoration: underline;
}

#contactus .error
{
    font-family: Arial,Helvetica,Times New Roman,sans-serif;
    font-size: 84%;
    font-weight: bold;
    color: white;
    background-color: red;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 90%;
    font-size: 95%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 5px 5px;
}

.inputfile-1 + label {
    color: white;
    background-color: blue;
}

.inputfile-2 + label {
    color: white;
    background-color: blue;
}

.inputfile-3 + label {
    color: white;
    background-color: blue;
}

.inputfile-4 + label {
    color: white;
    background-color: blue;
}