table {border-top: 0px solid #ff0000; border-left: 0px solid #ff0000;}
      table td {border-right: 0px solid #00ff00; border-bottom: 0px solid #00ff00;}
      input[type="text"] {width: 60%;} /* removing this would make input not to go over cells border, but they would be too short, I want them to fit cells size */
			textarea[type="text"] {width: 90%;}