﻿table#contactform {
    width: 100%;
}

    table#contactform td.separator {
        width: 2%;
    }

    table#contactform td.left, table#contactform td.right {
        width: 49%;
    }

    table#contactform .button {
        width: 49%;
    }

h2 {
    font-size: 1.3em;
}

input[type=text], input[type=password] {
    *width: 93%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

textarea {
    *width: 97%;
    overflow: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.buttonsContainer {
    *width: 97%;
}

.addresscontainer {
    width: 49%;
    line-height: 1.5em;
    font-style: italic;
    margin: 1em 0em;
    padding-top: 1em;
    padding-bottom: 1em;
}

    .addresscontainer div {
        margin-left: 1em;
    }

.contactText p {
    line-height: 2em;
}

.contactText {
    margin-bottom: 2em;
}

#Ext_Value {
    width: 50%;
}
