I'm trying to change the background color of my submit button with inline CSS. Here's my code that isn't working:
<input name="submit" type="submit" value="Get My Free Quote!" style="font-size:20pt;input:focus{background-color:#1789E1}" class="slickbutton">
Is this not possible to do with inline CSS because it does work when I change it in my CSS file, but not when I do it inline...