Thank you! Yeah that’s what I was doing… For some reason that’s still not working, do you think that it could be a plugin issue? It’s just so confusing because everything else I’ve done works…now I will say I had an issue using “traditional” css on the button, and I ended up using something like:
#login .button {
width: 260px;
height: 44px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
float: center;
border: 1px solid #3d5a5a;
etc.
Does the pound symbol do something different?