#closeform {
     float: left; margin-left: 67px;  width: 20px; height: 20px; background: url(close.png) no-repeat top right;  display: block;
}
#ContactForm {
    font-family: Arial; font-size: 12px; float: left; margin-left: 20px;
    width: 390px; color: #4A4A4A;
}

#ContactForm fieldset {
       border: 0; width: 390px;
}
#page100p {width: 100%; position: absolute; top: 0; left: 0; }

#page960 { margin: 0 auto; width: 960px; }


#hiddenform {
    height: 55px; overflow: hidden;
    width: 600px;  float: right;

    background: url(hiddenformbg.png) repeat-x; display: none;  padding: 5px;
}

#visiblethankyou {
    height: 15px; overflow: hidden;
    width: 730px;    float: right;
    font-size: 12px; color: gray; 
     padding: 5px;   background: url(hiddenformbg.png) repeat-x;
}


#hiddenform h1 {margin-left: 0 !important; }

.button {
      background: url(buttonformbg.png) repeat-x;
    border: 0;
    cursor: pointer;
    overflow: hidden;
    width: 70px; height: 17px;
    margin-top: 16px !important;
    clear: none !important;
    float: left;
    color: white;
}

#hiddenform label {
     float: left; clear: both;
}
#hiddenform input {
    margin-top: 3px; float: left; clear: both;  margin-bottom: 10px;
}



#openform {

    background: url(callbackservice.png) no-repeat left top; padding-left: 39px; color: white; font-weight: bold; font-size: 12px;
    height: 50px; width: 128px; overflow: hidden; cursor: pointer; font-family: Arial; padding-top: 16px; text-decoration: none; float:left; margin-left: 230px; margin-top: -15px; display: block;
}

.formfloatleft {
    float: left; margin-right: 7px;
}

input.formtext {
  border-right: 1px solid #DBDBDB;
  border-top: 0;
  border-left: 0;
  border-bottom: 1px solid #DBDBDB;
  width: 120px;
  color: gray;
  font-size: 10px; padding: 1px;
}
.errors { position: absolute; right: 1%; top: 62px; background: #F13A50; width: 200px;  font-family: Arial; font-size: 13px; padding: 10px;}



