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

 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 -- */



/* -- Backgrounds -- */
html   {background-color: transparent !important;}

body /* wallpaper */
{
  background-image: none; 
  background-color: transparent;
}

#emf-form.leftLabel label.emf-label-desc, #emf-form.rightLabel label.emf-label-desc {
    float: left;
    width: 30% !important;
}

#emf-container /* form */
{
  background-color: transparent;
}

#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: #74d9d4;
}

#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-family: 'Lato';
  font-size: 23px;
  color: #333333;
}

#emf-container #emf-form-description /* description */
{
  font-family: 'Lato';
  font-style: normal;
  font-size: 15px;
  color: #333333;
}

#emf-container label.emf-label-desc /* field title */
{ font-family: 'Lato';
  font-size: 15px;
  color: #333333;
	font-weight:400;
}

#emf-container div.emf-div-field input, /* field text */
#emf-container div.emf-div-field textarea,
#emf-container div.emf-div-field select
{ font-family: 'Lato';
    font-style: normal;
    font-size: 15px;
    color: #333333;
    border: 1px solid #555;
	border-radius:2px;
}

#emf-container li .emf-div-instruction, #emf-container li .emf-div-field label /* instructions */
{ font-family: 'Lato';
  font-size: 15px;
  color: #333333;
}


/* -- Borders -- */

#emf-container /* form */
{ 
  border-top: 0; 
  border-right: 0;
  border-bottom: 0;
  border-left: 0; 
}

#emf-container #emf-logo /* header */
{
  -moz-border-radius:2px 2px 0 0;
  -webkit-border-radius:2px 2px 0 0;
}

/* -- Shadows -- */

#emf-container-outer #emf-form-shadows /* bottom shadow image */
{
  display:none;
 
}
#emf-form {padding:5px !important; background-color:transparent;}

/* -- Section Title -- */

#emf-container li.emf-field-section_break div.emf-div-field-section h3{
	font-size:15px;
}

/* -- Section Text -- */

#emf-container li.emf-field-section_break .emf-section-text{
  font-family: 'Lato';
  font-style: normal;
  font-size: 15px;
  color: #333333;
}

/* -- 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:#6fbdb7;
  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;
}
#emf-li-post-button input {
  margin-right: 5px;
  background: #ff4165;
  padding: 10px 25px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border-radius: 25px;
  border: 0;
}
