@charset 'utf-8';
#trust-form table,
#contact-form table {
    margin: 0 auto;
    width: 700px;
}
#trust-form table th,
#trust-form table td,
#contact-form table th,
#contact-form table td
{
    vertical-align:top;
    padding:20px 25px;
}
#trust-form table th,
#contact-form table th {
    text-align: right;
    border-right:1px solid #ddd;
    padding-top: 35px;
}
#trust-form table td,
#contact-form table td {
    width: 82%;
}
#trust-form table .name,
#trust-form table .email,
#trust-form table .comments,
#contact-form table td input,
#contact-form table td textarea {
    border:1px solid #ddd;
    font-size: 16px;
    padding: 0.5em;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#trust-form table .comments,
#contact-form table td textarea {
    width: 505px;
    height:240px;
}
#confirm-button,
#submit-button {
    text-align: center;
    padding-top: 15px;
}
#confirm-button input,
#submit-button input {
    background: #ddd;
    border:none;
    color: #666;
    font-size: 20px;
    font-weight:100;
    padding:20px 70px;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#confirm-button input:hover,
#submit-button input:hover {
    background: #ccc;
    color:#555;
}
#message-container-confirm {
    margin:0 280px;
    padding-bottom: 30px;
}

.wpcf7-not-valid-tip,
.screen-reader-response,
.wpcf7-response-output {
    color: #c00;
    line-height:1.6em;
    margin-left:30%;
}
.wpcf7-not-valid-tip {
    display: block;
}