.required {
border: 1px solid #ccc;
background: url(graphx/input_red.gif) repeat;
font-family:'Lucida Grande';
line-height:1.4e;
font-size:1.2em;
padding:3px;
}

.notrequired {
border: 1px solid #ccc;
background: url(graphx/input_white.gif) repeat;
font-family:'Lucida Grande';
line-height:1.4e;
font-size:1.2em;
padding:3px;
}