
.f input, .f textarea {
  width: 190px;
  padding: 2px;
  border: #57b6e6 solid 1px; 
  font-size: 0.875em;
  margin: 0 0 5px 0;  
}

.f input.submit-button {
  background-color: transparent;
  border: none;
  width: 101px;
  text-transform: uppercase;
  color:#002060;
  float: right;    
  font: bold 0.875em 'Trebuchet MS', Arial, sans-serif;
  cursor: pointer;
  background: transparent url('../images/g-button-submit.png') no-repeat;
  height: 18px;
  padding: 0 0 4px 0;
}

.members-submit {
  background: transparent url('../images/g-button-members.png') no-repeat center left;
  display: block;
  height: 24px;
  margin: 5px 0 0 0;
  padding: 4px 0 0 0;
}

.f .members-submit input.submit-button {
  float: left;
  background: none;
  width: 95px;
}

.details .d {
  background-color: #3380B3;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: normal;
}
.details .d th, 
.details .d td {
  padding: 6px;
}
.details .d th {
  text-align: right;
  text-transform: uppercase;
  width: 80px;
}
.details .d thead th {
  text-align: left;
  text-transform: uppercase;
  background-color: #A6CCE6;
  color: #3380B3;
}
.details .d td input,
.details .d th input {
  border: 1px solid #A6CCE6;
  padding: 3px;
}


.details .submit,
.details .button{
  padding: 5px 10px 5px 10px;
  background-color: #F5F9FC;
  border: 1px solid #BFD5E9;
  color: #111;
}

.details .submit:hover,
.details .button:hover{
  cursor: pointer;
  background-color: #BFD5E9;
}
