table {
    width:400px;
}

td {

    padding-right:10px;
    vertical-align:top;
}

input[type="text"], textarea {
    border:2px solid #979f8b;
    font-family:trebuchet ms, arial;
    width:140px;
    cursor:pointer;
    padding:1px 5px;
    letter-spacing:1px;
    font-size:12px;
}

select {
    border:2px solid #979f8b;
    font-family:trebuchet ms, arial;
    cursor:pointer;
    padding:1px 0 1px 5px;
    letter-spacing:1px;
    font-size:12px;
}

textarea {
    height:150px;
}

#cpt {
    width:60px;
}

.wpcf7-submit {
    border:1px solid #979f8b;
    padding:5px;
    width:100%;
    margin:10px 0 -10px 0;
}

#mediacontact {
    background:#d7dcd0;
    border:1px solid #63675e;
    padding:15px 15px 0 15px;
    font-size:12px;
    width:400px;
    margin:0 auto 15px auto;
}

#mediacontact h2 {
    font-size:18px;
}

#mediacontact p {
    font-style:italic;
}