All form styles dont render

why does my form not have a background-color and a shadow?
http://fixmysite.us/salon_deville/contact.php

thanksss

Because you forgot that floats hang out of their container unless you make the container wrap around them. :slight_smile:


#main form {
  background-color: #999999;
  box-shadow: 0 0 5px #888888;
  margin: 0 125px;
  [COLOR="#FF0000"]overflow: hidden;[/COLOR]
}