Apri il file template.css intorno alla riga 1906 e modifica il codice:
input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea {
color: #413A2F !important;
font-family: Arial,'Arial Unicode MS',Helvetica,Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
padding: 4px 0;
text-shadow: none;
width: 99px;}
con questo:
input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea {
color: #413A2F !important;
font-family: Arial,'Arial Unicode MS',Helvetica,Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
padding: 4px 0;
text-shadow: none;
width: 300px;}