I am not sure what this can be unless I actually see your gallery and CSS when it is screwed. The comments input fields are a bit special. This is the CSS:
.textpage_forminput {
/* You need to specify all required styles in this class because they are not inherited from the main textpage class because of restrictions with input fields in flash.
Please use 0x color formatting instead of #
font-family onyl supports a single font value. Make sure its a font that is globally supported*/
color: 0xFFFFFF;
font-size: 15;
font-family: Arial;
}
.textpage_forminputback {
/* This specific class only supports the color style. Please use 0x color formatting instead of # */
color: 0x333333;
}
It is important that you read the comments, and that you add any colors with 0x in front ...