
#content input, #content textarea {
  width: 250px;
  padding:4px;   
}

#content 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;      
}

#content div.submit-button input.submit {
  background: transparent url('../images/g-button-l.gif') no-repeat;
  display: block;  
  padding: 1px 8px 4px 10px;
  color:#fff;
  height: 30px;
  width: auto;
  border: 0;  
  cursor: pointer;
}

