change text color

change text color

Hi,
 
if the field I have class="required", the text inside the box is red, how can change it to black?
 
<script type="text/javascript" src="/js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="/js/jquery.validate.min.js"></script>
<script type="text/javascript" src="/js/additional-methods.js"></script>

 
<cfinput type="text" name="name" id="name" value="#variables.fname#" class="required">
 
thanks