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

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 fieldset{width: 100%; padding: 2.5em 0px 0 28px; position: relative; background: url(http://mbt.sso/images/bg-column-gradient.gif); background-repeat: repeat-x; border-bottom: 1px solid #616161;}

fieldset#message_preferences{
  border: none;
}
form.formtastic ol{padding: none; background: transparent; border: none; padding: 20px 0 !important;}
form.formtastic fieldset ol li label { display: block; float: none; color: #DEDEDE; text-transform: capitalize; font-weight: normal;}
form.formtastic fieldset ol li input { display: block; float: none; width: 35% !important; background-color: #DEDEDE; border: none; font-size: 1.2em;}
form.formtastic fieldset legend { font-size: 1.8em; color: #dedede; position: absolute; top: 1em; left: 28px;}
form.formtastic li.date fieldset, form.formtastic li.date fieldset{
  padding: 0;
  background: transparent;
  border: none;
  margin: 0;
}

form.formtastic li.date fieldset legend{
  font-size: 1em;
  font-weight: normal;
  text-transform: capitalize;
  display: block;  
  width: 100%;
  left: 0;
}

form.formtastic li.date fieldset legend label{
  width: 100%;
  position: relative !important;
}

form.formtastic li.date ol{
  margin-top: 0.9em;        
}
           
form.formtastic fieldset ol.check_boxes li input{
  width: 1em !important;
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
}

ol.check_boxes li label{
  display: inline !important;
}


body.users-new .text{
  padding: 0;
}