[ Moderator Note: Please post code or markup snippets between backticks or use the code button. Not blockquote. ]
input[type="text"], textarea, input[type="email"]{
background-color: #ffffff;
padding: 10px;
font-family: Arimo;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color: #6a6a6a;
border: 1px solid #ddd;
background: #ffffff url(images/field_bkg.png) repeat-x;
}
input[type="text"]:focus {outline: none; background-color: #f7f7f7;}
textarea:focus {outline: none; background-color: #f7f7f7;}
input[type="email"]:focus {outline: none; background-color: #f7f7f7;}
textarea { width: 80%; font-size: 13px;}
input[type="text"] {width: 40%; font-size: 13px;}
input[type="email"] {width: 40%; font-size: 13px;}
this did not work for me. I inserted this to my main css on wordpress