#background {
    position:absolute;
    background-image:url("images/atds-contact.jpg");
    background-repeat:no-repeat;
    background-size: 1280px 800px;
    width:1280px;
    height:800px;
    z-index:0;
    left:0;
    top:0;
}
#formarea {
    position:absolute;
    background-color:#F5F5F5;
    width:375px;
    height:290px;
    z-index:1;
    left:30px;
    top:187px;
   /*
    border-style:solid;
    border-color:Black;*/
}
#wrapper {
  
   
}
.label {
    font: 14px/40px helvetica, tahoma, sans-serif;
    text-align:left;
}
#formarea input {
    background: url("images/button.png");
    width:150px;
    height: 29px;
    border: none;
    margin: 0px;
    padding-left: 10px;
    /*font: 18px/38px helvetica, tahoma, sans-serif;*/
    border-radius: 3px;
}
#formarea button {
background:none;
border:none;
}
#formarea input:focus {
    box-shadow: 0 0 10px #9edcff;
}
#formarea textarea {
    border-radius: 3px;
    border-style:solid;
    border-color:#A8A8A8;
    border-width:thin;
    resize: none;
}
#formarea textarea:focus {
    box-shadow: 0 0 10px #9edcff;
}
