form.f-standard {
  font-family: Arial, Helvetica, sans-serif;
}

.f-standard input {
  width: 200px;
  border: #ddd solid 1px;
  padding: 4px;
  font-size: 0.875em;
}

.f-standard textarea {
  width: 200px;
  border: #ddd solid 1px;
  padding: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.875em;
}

.f-standard select {
  width: 208px;
  border: #ddd solid 1px;
  font-size: 0.875em;
  margin: 0 4px 0 0;
}

.f-standard select.select-number {
  width: auto;
}

.f-standard select.select-medium {
  width: 90px;
}

.f-standard input.submit {
  display: block;
  line-height: 28px;
  color: #231f20;
  padding: 0 10px;
  background: transparent url('../images/l-nav-main.gif') repeat-x;
  height: 28px;  
  cursor: pointer;
  width: 150px;
  font-size: 0.875em;
  border: none;
  float: right;
}

.search-form {
  width: 400px;
}
