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

 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: url("http://emf2/builder/images/themes/logos/airplane.png");
  background-repeat: no-repeat;
  height: 40px;
}


/* -- Backgrounds -- */

body /* wallpaper */
{
  background: transparent;
}

#emf-container #emf-logo /* header */
{
	display: 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;
}

#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: Georgia;
  font-style: oblique;
  font-size: 23px;
  color: #3D484B;
}

#emf-container #emf-form-description /* description */
{
  font-family: Courier New;
  font-style: normal;
  font-size: 15px;
  color: #000000;
}

#emf-container label.emf-label-desc /* field title */
{
font-family: "League Spartan", Sans-serif;
    font-size: 21px;
    font-weight: 700;
}

  .emf-div-field span,
.emf-div-field span {
    width: 100% !important;
}
.emf-field-email  .emf-div-field input {
		width: 100%;
}
.emf-div-field input {
    width: 100%;
}
#emf-container div.emf-div-field input, #emf-container div.emf-div-field textarea, #emf-container div.emf-div-field select {
    font-style: normal;
    color: #3D484B;
    padding: .5rem 1rem;
    box-shadow: none;
    font-family: "League Spartan", Sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: #000000;
    border: 1px solid #69727d;
    border-radius: 5px;
}

#emf-container li .emf-div-instruction, #emf-container li .emf-div-field label.emf-bottom-label {
    color: #000;
    font-size: 16px;
    text-align: left;
    font-style: normal;
    margin: 10px 0;
}


/* -- Borders -- */

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





/* -- Separator Lines -- */

#emf-container .emf-head-widget, #emf-container li .emf-section-separator{
	border: none;
}

/* -- 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: Arial;
  font-style: normal;
  font-size: 13px;
  color: #3D484B;
}

/* -- Buttons -- */

#emf-container .emf-action-next /* next button */
{
}

#emf-container .emf-action-previous /* previous button */
{
}

input[type="submit"] {
    font-family: "League Spartan", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 100px 100px 100px 100px;
    padding: 20px 20px 20px 20px !important;
    width: 100%;
    height: unset;
    background: #000;
    color: #fff;
    text-transform: uppercase;
}


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