#contactForm table {
    border-collapse: collapse;
}

#contactForm td {
    padding: 5px;
    vertical-align: top;
}

#contactForm input[type="text"],
#contactForm input[type="email"] {
    border: 1px solid #ccc;
    padding: 5px;
    width: 250px;
}

#contactForm textarea {
    border: 1px solid #ccc;
    padding: 5px;
    width: 250px;
}

#contactForm input[type="submit"],
#contactForm input[type="reset"] {
    background: #004281;
    color: #fff;
    border: none;
    padding: 8px 20px;
    cursor: pointer;
    margin: 5px;
}

#contactForm input[type="submit"]:hover {
    background: #003366;
}

#contactForm input[type="reset"] {
    background: #666;
}

#contactForm input[type="reset"]:hover {
    background: #555;
}

.style1 {
    color: #ff0000;
}
