Already got the CAPTCHA field:
.wpcf7 input[type="captchar"]{
max-width: 100px;
}
It is the file one that is not working, here is my code for it:
.wpcf7 input[type="file"]{
background: #ffffff;
margin-bottom: 10px;
border:1px solid #5b5b5b;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
padding:2px 5px;
/*border-radius:5px;*/
font-size:12px;
width: 200px;
}
Any help would be greatly appreciated..