@CHARSET "ISO-8859-1";
#recommend form label.error { 
  float: none;
  margin-left: 10px;
  padding-left: 18px;
  color: red;
  font-size: 11px;
  background: url('../../images/invalid.gif') no-repeat;
  width:auto;
}

#recommend form input.error { border: 1px solid red; }

#recommend fieldset {  
  border: 1px solid #BFBAB0;
  background-color: #F2EFE9;
  background-image: url(../../images/fieldset_gradient.jpg);
  background-repeat: repeat-x;
  padding: 5px;
}

#recommend legend {
  margin-left: 1em;
  padding: 0;
  color: #000000;
 
}




#recommend label {
  position: relative;
  float: left;
  width: 8em;
  margin-right: 1em;
}

#recommend label em {
  position: absolute;
  left: 16em;
  top: 0;
}

#recommend label strong {
  position: absolute;
  left: 42.5em;
  top: 0.2em;
  width: 19em;
  color: #C00;
  font-size: 85%;
  font-weight: normal;
  text-transform: uppercase;  
}

#recommend label strong img {
  position: absolute;
  left: -24.1em;
}

#recommend #collInfo {
  display: none;
}

#recommend .inputFields {
  width: 220px;
}

#recommend .submit {
  margin-left: 270px;
}
