I want to change the size of the state field on my form, but I can't seem to over-ride the css. I'm placing the following code at the bottom of my theme's css file, but it does nothing. Can someone help??
[css]
#input_11_16.4 input {
background-color: #FF0000 !important;
width: 25px;
}
Thanks!