﻿table.form {
    border-collapse: collapse;
}

table.form td, table.form th {
    border: none;
}

table.form td {
    padding: 0px 0px 5px 0px;
}

table.form th {
    width: 90px;
    text-align: left;
    padding: 0px 10px 5px 0px;
    background: none;
}

input.text, textarea, select {
    padding: 4px;
    border: solid 1px #caccd0;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1em;
    color: #333333;
    background: #ffffff;
    margin: 1px 0px;
}