
.f input, .f textarea {
  width: 250px;
  padding:4px;
  border: #D0C8C8 dashed 1px; 
}

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: 4px 8px 5px 15px;
  color:#fff;
  height: 21px;
  width: auto;
  border: 0;  
  cursor: pointer;
}

input.checkbox {
  width:auto;
  border:0;
}

.f .button {
background:#163244 none repeat scroll 0 0;
border:1px solid #79C4E3;
color:#FFFFFF;
margin:0;
padding:1px;
width:100px;
cursor:pointer;
}
