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

 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-image: none; 
 
}

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

}

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

#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;
  /*box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.02);*/
}

/* #emf-container #emf-form ul li.highlight-field highlight
{
  background-color: #7B7779;
} */

#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: "Montserrat", Arial, Tahoma, sans-serif;
  font-style: oblique;
  font-size: 23px;
  color: #3D484B;
}

#emf-container #emf-form-description /* description */
{
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
  font-style: normal;
  font-size: 15px;
  color: #000000;
}

#emf-container label.emf-label-desc /* field title */
{
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
  font-style: italic;
  font-size: 15px;
  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-family: "Montserrat", Arial, Tahoma, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 12px;
  color: #626262;
  padding: 10px;
  border-radius: 5px;
  border: none;
}

#emf-container li .emf-div-instruction, #emf-container li .emf-div-field label /* instructions */
{
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
  font-style: italic;
  font-size: 10px;
  color: #3D484B;
}


/* -- Borders -- */

/* #emf-container /* form 
{ 
  border-top: #8AA4B7 5px solid; 
  border-right: #8AA4B7 5px solid;
  border-bottom: #8AA4B7 5px solid;
  border-left: #8AA4B7 5px solid; 
} */

/* #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:block;
  margin:0 auto;
  height:9px;
  width:640px;
  border:medium none;
  visibility: visible;
} */

/* -- 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: "Montserrat", Arial, Tahoma, sans-serif;
  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 */
{
	font-family: "Montserrat", Arial, Tahoma, sans-serif;
	color: #000;
	padding: 11px 20px;
	display: inline-block;
	cursor: pointer;
	margin-right: 7px;
	margin-right: 0.7rem;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.03);
	-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.03);
	background-color: #fff;
}


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

li#emf-li-2 {
  float: left;
  width: 60%!important;
}

#emf-li-post-button.left {
	float: left;
  /* margin-top: 10px!important; */
  padding-left: 10px;
  padding-top: 8px;
}

#emf-container ul li {
    margin: 5px 0;
    padding: 5px 0;
    width: auto;
    vertical-align: top;
    clear: none;

