
.f input, .f textarea, .f select {
  width: 210px;
  vertical-align: middle;
  font-size: 1em;
  text-transform: none;
  border: #dfd9e3 solid 1px;
}

.f label {
  text-transform: uppercase;
}

.f input.submit {   
  cursor: pointer;
  border: none;
  background: transparent url('../images/g-button-cta-consultation.gif') no-repeat;
  line-height: 26px;
  height: 26px;
  display: block;
  color: #000;
  text-decoration: none;
  text-align: right;
  text-transform: uppercase;
  padding: 0 40px 0 0;
  width: 290px;
}
  
  #content a:hover.button-cta-consultation {
    background-position: left bottom;
    color: #2f203a; 
  }
}

input.checkbox {
  width: auto;
  border: none;
}

select.small {
  width: auto;
  font-size: 0.9375em;  
  display: block;
  float: left;
}
