
.f input,
.F input { 
  width: 420px; 
  height: 18px;
}

.f select,
.F select {
  height: 18px;
  margin: 5px 0 5px 0;   
}

.f select.short,
.F select.short {
  width: 150px;
}

.f textarea,
.F textarea { 
  width: 420px;
  height: 70px;
}

.f textarea.large,
.F textarea.large {
  width: 545px;
  height: 150px;
}

.f input, .f select, .f textarea,
.F input, .F select, .F textarea {
  border: 1px solid #cdc7b4;
}

.f input.radio,
.F input.radio
{
  width: auto;
}

.auto { 
  width: auto;
}

.f input.checkbox {
  border: none;
}

.f input.auto,
.F input.auto { 
  width: auto; 
  vertical-align: middle;
}

input.Num { 
  width: 4em;
}

input.Price { 
  width:7em; 
}

input.button, input.submit { 
  color: #331b27;
  font: normal 1.25em Garamond, serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 25px 6px 10px;
  display: inline-block;
  float: left;
  background: #989a65 url('../images/g-button-sidebar.gif') no-repeat scroll right bottom;
  width: 290px;
  height: 30px;
  border: 0; 
  cursor: pointer;
}

input:hover.button, input:hover.submit {
  color: #fff;
  background: #989a65 url('../images/g-button-sidebar-h.gif') no-repeat scroll right bottom;
}

input.button .largebutton { 
  width: 350px; 
}

input.Postcode  { 
  width: 6em; 
}

input.State  { 
  width: 19em;
}

.f select optgroup,
.F select optgroup { 
  font-style: normal;  
}

/* Transact Directpost form */

.transact-payment-note {
  float: right;
  margin-top: -75px;
}

#payment_submit_disabled img {
  margin-top: 7px;
  margin-left: -65px;
}

.f input.medium {
  width: 11em;
}

.f input.small {
  width: 4em;
}

.field-validation-rules {
  padding: 3px;
  margin: 3px 3px 3px 0;
  border: 1px solid darkred;
  background-color: pink;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  line-height: normal;
  float: left;
  clear: left;
}

/* Login Form */

#login_form input.submit {
  font-size: 1.125em;
  background: #989a65 url('../images/g-button.gif') no-repeat scroll right bottom;
}

#login_form input:hover.submit {
  background: #989a65 url('../images/g-button-h.gif') no-repeat scroll right bottom;
}

#login_form label {
  width: 180px;  
  font-size: 0.875em;
  display: inline-block;
}

#login_form .form-row {  
  padding: 0.6em 0 0.5em 0;
}

.f input.checkbox {
  width:20px;
  vertical-align:middle;
  }