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

 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("mail_plane_send_icon_flat_square_32x32px.jpg");
  background-repeat: no-repeat;
  height: 40px;
}


/* -- Backgrounds -- */

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

#emf-container #emf-logo /* header */
{
  background-image: none;
  background-color: #7b1c40;
}

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

#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: #cccccc;

}

#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: Open Sans;
  font-style: none;
  font-size: 24px;
  color: #000000;
  font-weight: bold;
}

#emf-container #emf-form-description /* description */
{
  font-family: Open Sans;
  font-style: normal;
  font-size: 14px;
  color: #000000;
}

#emf-container label.emf-label-desc /* field title */
{
  font-family: Open Sans;
  font-style: none;
  font-size: 12px;
  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: Open Sans;
  font-style: normal;
  font-size: 12px;
  color: #3D484B;
  border: #7b1c40 1px solid;
  display: block;
  line-height: 24px;
  vertical-align: text-top;
}

#emf-container li .emf-div-instruction, #emf-container li .emf-div-field label /* instructions */
{
  font-family: Open Sans;
  font-style: italic;
  font-size: 10px;
  color: #3D484B;
  text-align: left;
  
}


/* -- Borders -- */

#emf-container /* form */
{ 
  border-top: #7b1c40 1px solid; 
  border-right: #7b1c40 1px solid;
  border-bottom: #7b1c40 1px solid;
  border-left: #7b1c40 1px solid; 
  border-radius: 0px;
}

#emf-container #emf-logo /* header */
{
  border-top: #7b1c40 1px solid; 
  border-right: #7b1c40 1px solid;
  border-bottom: #7b1c40 1px solid;
  border-left: #7b1c40 1px solid; 
  -moz-border-radius:0px 0px 0 0;
  -webkit-border-radius:0px 0px 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: hidden;
}

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

/* -- Buttons -- */

#emf-container .emf-action-next /* next button */
{
  background-color: #7b1c40;
  border: 0px solid none;
  border-radius: 0px;
  color: #ffffff;
  transition: all 0.3s ease;
  font-weight: bold;
  width: 100px;
  height: 36px;
  font-family: Open Sans;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#emf-container .emf-action-previous /* previous button */
{
  background-color: #7b1c40;
  border: 0px solid none;
  border-radius: 0px;
  color: #ffffff;
  transition: all 0.3s ease;
  font-weight: bold;
  width: 100px;
  height: 36px;
  font-family: Open Sans;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}


#emf-li-post-button input[type="submit"],   /* submit button */
#emf-form .emf-action-next {
  background-color: #7b1c40;
  border: 0px solid none;
  border-radius: 0px;
  color: #ffffff;
  transition: all 0.3s ease;
  font-weight: bold;
  width: 100%;
  height: 36px;
  font-family: Open Sans;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 5px;
  cursor: pointer;
  margin-left: -5px;
}


/* -- CAPTCHA -- */

#emf-container li#emf-li-captcha #emf-captcha-top-settings
{
  background-color:#EADBFF;
  color:#FFFFFF;
}

#emf-container li#emf-li-captcha #emf-captcha-bottom-settings
{
  background-color:#EADBFF;
}

#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 #F157CE;
  color: #F157CE;
}