.wpcf7{
    margin:0 auto;
}
    .wpcf7 input[type=text],
    .wpcf7 input[type=email],
    .wpcf7 textarea{
        padding:5px 0;
        font-size:1em;
        width: 95%;
        display: block;
        margin: auto;
        border-style: none;
        color:#888;
        font-size: 1em;
    }
    .wpcf7 textarea{
        height:150px;
    }
    .wpcf7 .wpcf7-form-control-wrap{
        display: block;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
        border:1px solid #ddd;
        margin-top: 5px;
    }
    .wpcf7 p{
        width: 90%;
        margin:auto;
        margin-bottom: 10px;
    }
    .wpcf7 span.label{
        font-size: 1.15em;
    }
    .wpcf7 .wpcf7-not-valid-tip{
        top: 1px;
        left: 10px;
        width: 90%;
        border: none;
        color:#888;
        font-size: 1em;
    }
    .wpcf7 .wpcf7-mail-sent-ok,
    .wpcf7 .wpcf7-validation-errors{
        border: none;
        text-align:center;
        font-weight:normal;
        color:#fff;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        padding: 15px 15px;
        background:#15435d;
        font-weight: lighter;
        font-size: 1.1em;
        margin: 30px auto 30px auto;

    }
    .wpcf7 input[type=submit]{
        font-size: 1.2em;
        min-width: 150px;
        height: 40px;
        line-height: 40px;
        display: inline-block !important;
    }
    .wpcf7 .wpcf7-mail-sent-ok{
        background:#a8be5d;
    }