/* CSS definition file containing site wide stylesheets */

#contact-form {
position: relative;
top: -40px;
width: 500px;
padding: 20px;
border: 1px solid green;
background-color: #fff;
}
