/* estimate.css */

#EstimateBox {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 788px;
  font-weight: normal;
  text-align: justify;
  color: black;
  min-height: 600px;
  display: table;
}

h1.TitleOrangeArrow {
  padding: 6px 10px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #E73800;
}

h2.title {
  margin: 10px 10px 5px 10px;
  font-size: 14px;
  padding: 0 0 2px 20px;
  color: #127DC9;
  border-bottom: 1px solid #C3CED4;
  text-decoration: none;
  background: url(/images/contenue/arrow.gif) no-repeat 0 2px;
}

.callbackButton {
  background: transparent url(http://www.diagnostic-expertise.com/images/callback/callbackbutton.gif) no-repeat;
  display: block;
  width: 118px;
  height: 24px;
  margin: auto;
}

.text {
  margin: 10px 0 10px 0;
  padding: 0 10px;
}

form td {
  padding: 5px 0 0 10px;
}

.SubmitButton {
  text-align: center;
  padding: 10px 0;
}

.required {
  color: red;
}

.specificError {
 color: red;
 padding-left: 20px;
}

.error {
  color: red;
  padding-left: 20px; 
}

#ServicesShow table {
  margin: 0 auto;
}

#ServicesShow table td {
  padding: 5px;
}

#ServicesShow img {
  border: none; 
}

#SimulationBox p {
  padding: 10px;
}

#SimulationBox ul {
  padding: 0 10px 0 30px;
}

#SimulationBox li {
  margin: 10px;
}

#SimulationBox img {
  padding-left: 10px;
}