
.f input, .f textarea, .f select {
  width: 250px;
  padding:4px;
  border: #D0C8C8 dashed 1px; 
}
.f textarea {
	height:100px;
	}
div.submit-button {
  background: transparent url('../images/g-button-r.gif') no-repeat scroll top right;  
  display: block;
  float: left;        
  margin:5px 6px 5px 0;
  padding-right: 5px; /* sliding doors padding */
  text-decoration: none;      
}

div.submit-button input.submit {
  background: transparent url('../images/g-button-l.gif') no-repeat;
  display: block;  
  padding: 1px 8px 4px 15px;
  color:#fff;
  height: 21px;
  width: auto;
  border: 0;  
  cursor: pointer;
}
#content .f .submit {
	background:#8BBA16;
	color:#fff;
	text-transform:uppercase;
	border:0;
	border-bottom:1px solid #287025;
	width:100px;
	cursor:pointer;
	}
.f .input-sml {
	width:50px;
	}
.f .input-med {
	width:100px;
	}
.f .input-sml, .f .input-med {
	margin-right:10px;
	}
.f .checkbox {
	width:10px;
	float:right;
	margin-right:100px;
	margin-top:-10px;
	border: 0;
	}
  table.d
  {
    width: 400px;
    margin: 1em 0 1em 0;
    border: 1px solid #949494;
  }

  table.d th, table.d td
  {
    padding: 1px 5px;
  }

  table.d th
  {
    font-weight: normal;
    text-align: right;
  }

  table.d thead th
  {
    border-top-width: 1px;
    border-bottom-color: #989898;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: #adadad;
    color: black;
    text-align: left;
    font-weight: bold;
  }

  table.d thead th,table.d thead td {
    background-color: #DFEAB2;
    color: #111;
    padding: 5px;
  }

  table.d tbody th,table.d tbody td {
    padding: 5px;
  }
  table.d tbody th input,table.d tbody td input{
    border: 1px solid #CCC;
  }

  .details .submit,
  .details .button{
    padding: 5px 10px 5px 10px;
    background-color: #DFEAB2;
    border: 1px solid #008123;
    color: #111;
  }

  .details .submit:hover,
  .details .button:hover{
    cursor: pointer;
    background-color: #8BBA16;
  }

