/* - - - - - - - - - - - - - - - - - - - - -

 Title : Custom CSS 
 Author : EmailMeForm
 URL : http://emailmeform.com

 Last Updated : June 22, 2011

 - - - - - - - - - - - - - - - - - - - - - -

INSTRUCTIONS

You can modify all or portions of these CSS rules.

- - - - - - - - - - - - - - - - - - - - - */



/* -- Logo -- */

#emf-container #emf-logo a /* logo image */
{
  background-repeat:no-repeat;
  text-indent:-99999px;
  background-image: none;
  background-repeat: no-repeat;
  height: 40px;
}


/* -- Backgrounds -- */

body /* wallpaper */
{
  background-image: none; 
  background-color: none;
}

#emf-container #emf-logo /* header */
{
  display:none;
}

#emf-container /* form */
{
  background-color: none;margin:0 !important;
}
form#emf-form  {padding:25px 0px !important;}

#emf-container div.emf-div-field input, /* field */
#emf-container div.emf-div-field textarea,
#emf-container div.emf-div-field select
{
  background-color: #FFFFFF;
}

#emf-container #emf-form ul li.highlight-field /* highlight */
{
  background-color: #e6e7ec;
}

#emf-container li .emf-div-instruction, #emf-container li .emf-div-field label /* instructions */
{
  background-color: none;
}


/* -- Typography -- */

#emf-container #emf-form-title /* title */
{
  font-style: oblique;
  font-size: 23px;
  color: #3D484B;
}

#emf-container #emf-form-description /* description */
{
  font-style: normal;
  font-size: 15px;
  color: #000000;
}

#emf-container label.emf-label-desc /* field title */
{
font-weight:bold;
font-size: 100%;
  color: #000000;
}

#emf-container div.emf-div-field input, /* field text */
#emf-container div.emf-div-field textarea,
#emf-container div.emf-div-field select
{
  font-style: normal;
  font-size: 12px;
  color: #3D484B;
}

#emf-container li .emf-div-instruction, #emf-container li .emf-div-field label /* instructions */
{
  font-size: 80%;
  color: #3D484B;text-align:left;
}


/* -- Borders -- */

#emf-container /* form */
{ 
  border:none;
}

#emf-container #emf-logo /* header */
{
  border:none;
}

/* -- Shadows -- */

#emf-container-outer #emf-form-shadows /* bottom shadow image */
{
  
}

/* -- Separator Lines -- */

#emf-container .emf-head-widget, #emf-container li .emf-section-separator{
  border-bottom-style: dashed;
  border-color: #3D484B;
}

/* -- Section Title -- */

#emf-container li.emf-field-section_break div.emf-div-field-section h3{
	font-size:16px;
}

/* -- Section Text -- */

#emf-container li.emf-field-section_break .emf-section-text{

  font-style: normal;
  font-size: 13px;
  color: #3D484B;
}

/* -- Buttons -- */

#emf-container .emf-action-next /* next button */
{
}

#emf-container .emf-action-previous /* previous button */
{
}

#emf-container #submit_form /* submit button */
{
}


/* -- CAPTCHA -- */

#emf-container li#emf-li-captcha #emf-captcha-top-settings
{
  background-color:#AAD6AA;
  color:#FFFFFF;
}

#emf-container li#emf-li-captcha #emf-captcha-bottom-settings
{
  background-color:#E4F8E4;
}

#emf-container li#emf-li-captcha #emf-captcha-input-settings,
#emf-container li#emf-li-captcha #emf-captcha-input-settings a
{
  color:#000000;
}


/* -- Error message -- */

#emf-container .emf-error-message
{
  margin: 10px;
  padding: 10px;
  border: 2px dashed #FF0000;
}
