form input[type=text], form input[type=password] {

  width: 60pt;

}

form input {

  width: expression(this.type == 'text' || this.type == 'password'? '60pt': '');

}



+ Recent posts