.wpcf7 input[type="text"] {width:100%;}
.wpcf7 input[type="tel"] {width:100%;}
.wpcf7 input[type="email"] {width:100%;}
.wpcf7 input[type="drop-down"] {width:100%;}
.wpcf7 textarea.wpcf7-textarea { width:100%;}
.wpcf7 input[type="menu"] {width:100%;}

.wpcf7-form input, textarea {
    border: 1px solid #545454;
    padding: 5px 5;
font-size: 14px;
width: 700px;
background:#F2F2F2;
color:#000000;
}

.wpcf7-form input, textarea.wpcf7-textarea {
    border: 1px solid #545454;
    padding: 5px 5;
font-size: 14px;
background:#F2F2F2;
color:#000000;
}

.wpcf7-form input[type="submit"] {
   background-color: #CCA622;
   border: medium none;
font-family: Roboto Slab;
font-size: 20px;
   color: #000000;
   cursor: ;
   height: 40px;
text-shadow: 1px 1px #FFFFFF;
}

.wpcf7-form input, menu {
    border: 1px solid #545454;
    padding: 5px 5;
font-size: 14px;
background:#F2F2F2;
color:#000000;
}