/* Forms */

form                      { margin:0; padding:0; }
input, textarea           { font-size:1em; border:#edf0f4 solid 1px; padding:2px; }
input                     { line-height:1.25em; }

textarea                  { width:100%; height:14em; }
label                     { font-size:0.75em;}

table.standard input, table.standard textarea {
  width:250px;  
}

input.submit {
  background:0;
  border:0;
  padding:0;
  margin:0;
}

#content .f input, #content .f th, #content .f td {
  font-size:0.75em;
}

div.submit-button {
  background: transparent url('../images/g-button-right.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-left.gif') no-repeat;
  display: block;  
  padding: 2px 8px 5px 15px;
  color:#fff;
  height: 28px;
  width:auto;  
  cursor: pointer;
}

div:hover.button {
  color:#a7b2c9;
}

table.standard input.small {
  width:50px;
}

table.standard input.checkbox, input.checkbox {
  width:auto;
  border:0;
  vertical-align:middle;
  line-height:1.5em;
  text-align: left;
}

select { 
  border:#edf0f4 solid 1px;  
}
