/* CSS Document */

#PopupMenu {
  margin-top: 10px;
}

#MainContent {
}

#serviceform {
  width: 650px;
}

#serviceform .header {
  background: transparent url(http://www.bati-depot.fr/images/form-submit/header.gif) no-repeat;
  line-height: 29px;
  width: 249px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #00286B;
  margin: 0;
}

#serviceform p.header {
  border: 1px solid #919191;
}

#serviceform .photovoltaic,
#serviceform .thermic,
#serviceform .pac,
#serviceform .bois,
#serviceform .eau,
#serviceform .toiture {
  background: transparent url(http://www.bati-depot.fr/images/form-submit/background.gif) no-repeat bottom left;
  height: 200px;
  width: 250px;
  float: left;
  margin: 10px;
}

#serviceform .photovoltaic p,
#serviceform .thermic p,
#serviceform .pac p,
#serviceform .bois p,
#serviceform .eau p,
#serviceform .toiture p {
  margin: 10px 10px 10px 6px;
}

#serviceform .photovoltaic img,
#serviceform .thermic img,
#serviceform .pac img,
#serviceform .bois img,
#serviceform .eau img,
#serviceform .toiture img {
  margin: 5px 4px 0 4px;
}


#serviceform .bt_devis a {
  background: transparent url(http://www.bati-depot.fr/images/accueil/devisgratuit.gif) no-repeat top;
  display: block;
  width: 120px;
  height: 23px;
  margin: auto;
  clear: both;
}

#serviceform .bt_devis a:hover {
  background: transparent url(http://www.bati-depot.fr/images/accueil/devisgratuit.gif) no-repeat bottom;
}

/* formulaire */

#Formbox .Title {
  color: #003466;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 29px;
  padding-left: 5px;
  border-bottom: 1px solid #003466;
  border-left: 7px solid #003466;
} 

#Formbox .header {
  font-size: 12px;
  color: #455661;
}

#Formbox .label {
  padding-left: 10px;
}

#Formbox .required {
  color: red;
}

#Formbox b {
  font-size: 12px;
}

#Formbox #AutoForm td {
  padding: 8px 10px;
  color: #455661;
  font-size: 12px;
}


#Formbox select {
  width: 115px;
}

#Formbox .RadioBoxName {
  padding: 0 3px;
}

#Formbox .SubmitButton {
  padding-left: 230px;
  padding-top: 10px;
  padding-bottom: 20px;
}

#Formbox .error {
  font-size: 12px;
  padding-left: 10px;
  color: red;
}

#Formbox .send {
  font-size: 14px;
  padding-left: 15px;
  color: #455661;
  width: 570px;
}