@ susangkd
Hi,
I inserted all this into our Custom CSS and the forms shows the way we need:
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;}
I am not a programmer, maybe some of the code above is redundant and someone else might have a suggestion how to simplify it. :)
In any case - guys, thanks for the tip how to solve this, it worked for me!
Regards,
A.