/* estimate.css */

#EstimateBox {
 margin: 0;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 width: 820px;
 font-weight: normal;
 text-align: justify;
 color: white;
 min-height: 600px;
 display: table;
}
#EstimateBox .callbackButton {
  background: transparent url(http://www.diagnostic-expertise.com/images/callback/callbackbutton.gif) no-repeat;
  display: block;
  width: 118px;
  height: 24px;
  margin: auto;
}

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

h2.title {
 margin: 10px 10px 5px 10px;
 font-size: 16px;
 padding-left: 20px;
 color: #CFE7FF;
 background: url(/images/contenue/arrow.png) no-repeat;
}

#EstimateBox iframe {
  background: white;
}



.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;
}

