you where on the right track with the original css. I've just woken up so not too sure whether that was the response you wanted or whether this solution was what you needed.
here it is you forgot !important
Code:
.textCtrl:-moz-placeholder {
color: #ff0000 !important;
}