/* -------------------------------------------------------------------------------------------------

Load this stylesheet after formtastic.css in your layouts to override the CSS to suit your needs.
This will allow you to update formtastic.css with new releases without clobbering your own changes.

For example, to make the inline hint paragraphs a little darker in color than the standard #666:

form.formtastic fieldset ol li p.inline-hints { color:#333; }

--------------------------------------------------------------------------------------------------*/

/*form.formtastic,*/
/*form.formtastic ul,*/
/*form.formtastic ol,*/
/*form.formtastic li,*/
/*form.formtastic fieldset,*/
/*form.formtastic legend,*/
/*form.formtastic input,*/
/*form.formtastic textarea,*/
/*form.formtastic select,*/
/*form.formtastic p {*/
  /*margin:   0pt;*/
  /*padding:  0pt;*/
/*}*/

.formtastic label {
  color:  #5A5A5A;
}


input, select {
  /*color:#5A5A5A;*/
  /*font-family:Tahoma,Arial,sans-serif;*/
  font-size:        11px;
  font-size-adjust: none;
  font-stretch:     normal;
  font-style:       normal;
  font-variant:     normal;
  font-weight:      normal;
  line-height:      normal;

  border:           1px solid #888;  
  padding:          1px;  
  background-color: #F8F8F8;  
  width:            100%;
}

form.formtastic fieldset ol li.text textarea {
  width:95%;
}

form.formtastic fieldset ol li.string input {
  width:95%;
}

form.formtastic fieldset ol li {
  display:  block;
}




/*input:focus {*/
  /*border-color: #000;*/
  /*background-color: #FFFE9D;*/
  /*outline: none;*/
/*}*/

select {
  padding:2px;
  border: 1px solid #888;  
  background-color: #F8F8F8;  
}

textarea {
  border: 1px solid #888;  
  padding: 1px;  
  padding-left:2px;
  background-color: #F8F8F8;  
}

