﻿.contactform {
    border: solid 1px black;
    margin-bottom: 20px;
    margin-top: 20px;
}

.contacttext {
    padding: 10px;
    color: black;
}

input[type=text], input[type=password], textarea {
    border: solid 1px gray !important;
}

input[type=submit] {
    float: right;
    padding: 5px 10px;
    border: solid 1px gray;
    cursor: pointer;
    cursor: hand;
}

.contacttext a:link, .contacttext a:active, .contacttext a:visited {
    color: black;
}

.contacttext a:hover {
    color: gray;
}

.contactlink:link, .contactlink:active, .contactlink:visited, .contactlink:hover {
    color: black;
}

.table {
    margin-bottom: 0px;
}
