
.f input, .f textarea, .f select {
  width: 250px;
  padding:4px;
  border: #ccc solid 1px; 
}

input.submit {
  background: transparent url('../images/g-button-whole.png') no-repeat;
  color:#fff;
  display: block;      
  font-size: 1.75em;  
  line-height: 42px;
  height: 42px;  
  text-decoration: none;
  margin: 5px 0 5px 35px;
  width: 349px;
  font-weight: normal;
  border: 0;
  text-align: left;
  padding: 0 0 0 35px;
  cursor: pointer;
}

.f input.checkbox, .f select.checkbox {
  width: auto;
  border: 0;
}

.f input.medium {
  width: 150px;
}

.f input.small, .f select.small {
  width: 100px;
}

.f input.long {
  width: 350px;
}

.f input.tiny {
  width: 50px;
}

label {
  font-weight: bold;
  margin: 0 10px;  
}

.jslink {
  cursor: pointer;
  font-weight: bold;
}
