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

 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.

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

@import url("https://use.typekit.net/vmc1azp.css");

.g-recaptcha {
    transform:scale(0.77);
    transform-origin:0 0;
}
/* -- Logo -- */

#emf-container #emf-logo a /* logo image */
{
  background-repeat:no-repeat;
  text-indent:-99999px;
  
  height: 1px;
}


/* -- Backgrounds -- */

body /* wallpaper */
{
  background-image: none; 

}

#emf-container #emf-logo /* header */
{
  background-image: none;

}

#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;
    border: 1px solid #d3d3d3;
}

#emf-container #emf-form ul li.highlight-field /* highlight */
{

}

#emf-container li .emf-div-instruction, #emf-container li .emf-div-field label /* instructions */
{
  background-color: none;
}

#emf-form {
    padding: 0; /* changed from 15px 15px 5px */
}
#emf-container {
    width: 100%; /* changed from 99% */
}

/* -- Typography -- */

#emf-container #emf-form-title /* title */
{
  font-family: "futura-pt",sans-serif;
font-style: normal;
font-weight: 400;
  font-size: 23px;
  color: #ffffff;
}

#emf-container #emf-form-description /* description */
{
  font-family: "futura-pt",sans-serif;
font-style: normal;
font-weight: 400;
  font-size: 15px;
  color: #ffffff;
}

#emf-container label.emf-label-desc /* field title */
{
  font-family: "futura-pt",sans-serif;
font-style: normal;
font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

#emf-container ul li label.emf-label-desc {
    font-weight: 400;
    padding-right: 2px;
    padding-bottom: 5px;
    display: block;}

#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: "futura-pt",sans-serif;
font-style: normal;
font-weight: 400;
  font-size: 20px;
  color: #3D484B;
}

#emf-container li .emf-div-instruction, #emf-container li .emf-div-field label /* instructions */
{
  font-family: "futura-pt",sans-serif;
font-style: normal;
font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.formError .formErrorContent {  font-family: "futura-pt",sans-serif;
font-style: normal;
font-weight: 400;}

#emf-container #emf-form {padding:0;}

/* -- Borders -- */

#emf-container /* form */
{ 
border: none;}

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

}

/* -- 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-family: "futura-pt",sans-serif;
font-style: normal;
font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

/* -- 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;
    width:100%;
}

#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;
}
label.emf-label-desc, div.emf-div-field label
{    font-family: "futura-pt",sans-serif;
font-style: normal;
font-weight: 400;
    font-size:16px;}

/* -- Error message -- */

#emf-container .emf-error-message
{
    font-family: "futura-pt",sans-serif;
font-style: normal;
font-weight: 400;
    font-size:16px;
  margin: 10px;
  padding: 10px;
  border: 2px dashed #FF0000;
}