#text {
  padding: 0 30px 20px 30px;
  font-size: 13px;
  text-align: justify;
}

#text strong {
  color: #444;
}

#text strong.green {
  color: #8DAA01;
}

#text h3 {
  margin: 30px 0 10px 0;
  color: #8daa01;
  font-size: 25px;
}

#text div {
  padding: 0 150px 30px 0;
  border-bottom: 1px #ccc dashed;
}

#text p.intro {
  font-size: 15px;
  font-weight: bold;
  padding: 20px;
  background-color: #e9e9e9;
  height: 1%;
}

#text li {
  margin: 4px 0;
  padding-left: 14px;
  background: url(../media/arrows.png) no-repeat -18px -2394px;
}

#text dl {
  margin: 0;
}

#text dt {
  color: #00abe0;
  font-size: 16px;
  font-weight: bold;
  background: none;
  padding:0;
}

#text dd {
  margin: 0 0 10px 0;
  padding: 0;
}

#text #references {
  margin-top: 20px;
}

#text #references li {
  float: left;
  width: 115px;
  height: 75px;
  margin: 0 8px 8px 0;
  padding: 0;
  background: url(../media/rnd-grey-115-75.png) no-repeat;
}

#text #references img {
  width: 115px;
  height: 75px;
  background-repeat:no-repeat;
  background-image: url(../media/partner-logos-small.png)
}

#text form {
  width: 340px;
}

#text label{
  margin: 5px 0;
}

#text input {
  width: 200px;
}

#text label span {
  position:relative;
  top: -88px
}

#text textarea {
  height: 100px;
  width: 200px;
}

#text form div {
  padding: 0;
  border: 0;
}

#bd-company_solutions .carpooling #text {
  background: url(../media/bg-enterprise-1.png) no-repeat 600px 192px;
}

#bd-company_solutions #contents{
  background: url(../media/bg-enterprise-3.png) no-repeat right bottom;
}

#bd-company_solutions #flower-box {
  background: url(../media/bg-enterprise-2.png) no-repeat right bottom;
}

/**** the captcha ****/
#recaptcha h4 {
  margin-bottom: 5px;
  color: #8DAA01;
  font-weight: normal;
  font-size: 13px;
}

#bd-company_solutions #recaptcha_widget {  
  border: 2px #8DAA01 solid;
  border: 1px #eee solid;
  padding: 10px;
  position: relative;
  margin-bottom: 5px;
}

#bd-company_solutions #recaptcha_container {  
  min-height: 146px;
}

#bd-company_solutions.no-js #recaptcha_widget {
  display: none;
}

#bd-company_solutions.no-js #recaptcha_container iframe {
  height: 300px;
  width: 360px;
}

#bd-company_solutions.no-js #recaptcha_container textarea {
  height: 50px;
  width: 320px;
  position: relative;
  top: -15px;
  margin-bottom: 5px;
}

#recaptcha_widget p{
  margin: 2px 0 8px 0;
  font-size: 12px;
  color: #444;
  
}

#recaptcha_widget p span{
  cursor: pointer;
  text-decoration: underline;
}


#recaptcha #recaptcha_ref{
  font-size: 9px;
  font-weight: normal;
  position: absolute;
  bottom: 1px;
  left: 2px;
}

#bd-company_solutions #recaptcha_image {
  width: 300px;
  height: 57px;
  border: 1px #eee solid;
  margin-bottom: 10px;
}

#bd-company_solutions #recaptcha_response_field {
  width: 170px;
  height: 20px;
  font-size: 14px;
  margin-right: 15px;
}

em.req-note {
  font-size: 11px;
  display: block;
  text-align: right;
  color: #8DAA01;
  padding: 2px 0;
}