/*
   ----------------------------------------------------------------
   GBCF-V3 Denver Child Therapy
   ----------------------------------------------------------------
*/

/* === form div and elements ======================================= */

#form-div { 
  font-family : verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
  width : 100%;
  margin : auto;
  padding-top: 15px;
  color : #555;
  line-height : 1.7em;
}

/* === structural form elements ==================================== */

form#gbcf-form { }



/* === textural form elements ====================================== */



/* === control and interface form elements ========================= */
/*
  note: In this section you will see the hover/focus styles for the 
  inputs. For example: input:hover, input:focus. You will also see 
  these names applied as classes: input.hover, input,focus, for 
  example. This is not done by mistake. Those classes are needed for 
  the JavaScript focus script (files/focus.js) for IE 7 and older.
*/




/* EOF - Created by Mike Cherim @ http://green-beast.com =========== */
