Set Field background colour

So, I'm clearly missing something with doing this so here goes.. 

I have this field in my app: 

Which I would like to set the background... I thought this would work, but it doesn't: 

$("#field_736").css('background-color','red');

So, what is the trick to do this? Thanks. 

Julian