﻿
.contact {
    padding: 15px;
    width: 100%;
}

.contact > .form-div {
    width: 100%;
}

.contact .form-element {
    width: 100%;
}

.contact .alignright {
    text-align: right;
}

.contact .phone {
    border: 2px solid gray;
    height: 60px;
    text-align: center;
}

.contact .phone .phone-text {
    font-size: 25px;
    font-weight: bold;
    line-height: 60px;
}

#contactform
{
    width: 500px;
}

#contactform table 
{
    width: 100%;
}

#contactform td {
    padding-top: 10px;
}

#contactform td.c1 {
    padding-right: 20px;
}

#contactform input {
    width: 100%;
}

#contactform textarea {
    width: 100%;
}

#contactform h3 {
    border-top: dotted 1px #777777;
    margin-top: 30px;
}

#contactdetails {
    float: right;
    color: #777777;
    padding-right: 30px;
    padding-left: 30px;
    border-left: 2px solid #777777;
}
