@charset "UTF-8";
/* CSS Document */
/* - - - - - - - - - - - - - - - - - - - - -

 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 */
{
	display:none;
}

ul#form { 
	list-style-type: none;
	margin: 0;
	width: 600px;
	height:auto;
}

li { 
	list-style-type: none;
}


div.emf-div-field {
	width: 600px;
}

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


/* -- Backgrounds -- */

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

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

#emf-container /* form */ {
  background-color: none;
  margin-top:0;
  width:600px;
  height: auto;
  padding:0;
  margin-left:50px;
  
}



/* Stylizing Contact information */ 	

#emf-container div.emf-div-field input, /* field */
#emf-container div.emf-div-field select
{
	outline: none;
	background: #ffffff;
	border:solid 1px #b2d0c7;
	font-family:"news-gothic-std", sans-serif;
	font-weight:400;
	font-size: 14px;
	color:#636363;
	font-style: normal;
	line-height: 1.8em;
	list-style-type: none;
	padding: 10px;
	resize:none;
}

/* Stylizing Question and Comments textbox */ 	

#emf-container div.emf-div-field textarea {
	outline: none;
	background: #ffffff;
	border:solid 1px #b2d0c7;
	font-family:"news-gothic-std", sans-serif;
	font-weight:400;
	font-size: 14px;
	color:#636363;
	font-style: normal;
	line-height: 1.8em;
	list-style-type: none;
	padding: 10px;
	height: 200px;
	resize: none;
}

#emf-container div.emf-div-field input:hover , #emf-container div.emf-div-field textarea:hover {
	border:1px solid #094132; /* Hunter green */
}



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

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


/* -- Typography -- */

#emf-container #emf-form-title /* title */
{
	font-family:"refrigerator-deluxe", sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight:500;
	font-style: normal;
	letter-spacing:.04em;
	color:#ee3523; /* Red */
	list-style-type:none;
	text-transform:uppercase;
}

#emf-container #emf-form-description /* description */ {
	font-family:"news-gothic-std", sans-serif;
	font-size:10pt;
	line-height:15pt;
	font-weight:400;
	font-style: normal;
	letter-spacing:.1em;
	color:#636363;
	list-style-type:none;

}

#emf-container li label.emf-label-desc, #emf-container div.emf-div-field label {
	font-family:"refrigerator-deluxe", sans-serif;
	font-size:14px;
	font-weight:500;
	color:#ee3523; /* Red */
	text-transform:uppercase;
	letter-spacing:.04em;
	list-style-type:none;
	margin-bottom:5px;
}

#emf-container label.emf-label-desc /* field title */
{
  	font-family:"refrigerator-deluxe", sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight:500;
	font-style: normal;
	letter-spacing:.04em;
	color:#ee3523; /* Red */
	list-style-type:none;
	text-transform:uppercase;
}


#emf-container li label.emf-label-desc span {
	color:#ee3523; /* Red */
}

#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:"news-gothic-std", sans-serif;
	font-size:13px;
	font-weight:300;
	line-height:18px;
	letter-spacing:0.04em;
	color: #636363;
}

#emf-container div.emf-div-field select {
  font-family:"news-gothic-std", sans-serif;
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  height: 45px;
  margin-top: 8px;
  width: 250px;
  outline: none;
  color: #636363;
  border:solid 1px #b2d0c7;
  background-color: #ffffff;
  vertical-align: middle;
  padding: 10px 10px 10px 10px;
}


#emf-container li .emf-div-field label
{
	font-family:"news-gothic-std", sans-serif;
	font-size:14px;
	font-weight:500;
	color:#ee3523; /* Red */
	text-transform:uppercase;
	letter-spacing:0.04em;	
}

#emf-container li .emf-div-instruction { /* instructions */
	font-family:"news-gothic-std", sans-serif;
	font-size:10.5pt;
	font-weight:300;
	line-height:16pt;
	letter-spacing:0.04em;
	color:#636363; 
	font-style:italic;
	padding-top:10px;
}

#emf-container li .emf-div-field label.emf-bottom-label {
	font-family:"news-gothic-std", sans-serif;
	font-size:9.5pt;
	font-weight:300;
	line-height:14pt;
	letter-spacing:0.04em;
	color:#636363;
	text-transform:capitalize;
}


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

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


/* -- Shadows -- */

#emf-container-outer #emf-form-shadows /* bottom shadow image */
{
  display: none;
}

/* Stylizing for checkboxes */ 	

#emf-container li div.emf-div-field div.two_column {
	outline: none;
	display:block;
	font-family:"news-gothic-std", sans-serif;
	font-size: 14px;
	color: rgb(98, 98, 98);
	font-style: normal;
	font-weight: 400;
	line-height:20px;
	letter-spacing: .04em;
	list-style-type: none;
	float:left;
}


/******** -- Buttons -- ********/



input[type='submit']
{
   -webkit-appearance: none;
   -moz-appearance: none;
    appearance: none;  
	height: 35px;
	width:105px;
	float: left;
	
	border: 1px solid #b2d0c7; /* Pale Green */
    background: #094132; /* Hunter green */
	color:#fff;
	font-family:"refrigerator-deluxe", sans-serif;
	font-weight:500;
	font-style:normal;
	font-size:14px;
	line-height:14px;
	text-transform:uppercase;
	list-style-type:none;
	letter-spacing:.04em;
	padding:10px;
	
	vertical-align: middle;
	transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-o-transition: background .25s ease-in-out;
	-ms-transition: background .25s ease-in-out;
	-webkit-box-shadow: none;	
	-moz-box-shadow: none;
	box-shadow: none;
}

#emf-container #submit_form /* submit button */
{
}

input[type="submit"]:hover {
	border: 1px solid #b2d0c7; /* Pale Green */
    background-color: #474747;
	color:#ffffff;
}

/* -- CAPTCHA -- */

#emf-container li#emf-li-captcha #emf-captcha-top-settings
{
  background: rgba(36, 36, 36, 0.6);
  color:#e1e1e1;
}

#emf-container li#emf-li-captcha #emf-captcha-bottom-settings
{
  background: rgba(36, 36, 36, 0.6);
}

#emf-container li#emf-li-captcha #emf-captcha-input-settings,
#emf-container li#emf-li-captcha #emf-captcha-input-settings a
{
  color:#636363;
}


/* -- Error message -- */

#emf-container .emf-error-message {
  margin: 10px;
  padding: 10px;
}

div.formErrorContent {
	font-family:"refrigerator-deluxe", sans-serif;
	font-size:10pt;
	font-weight:400;
	
	width: 325px;
	margin-left: auto;
	margin-right: auto;
}




#emf-container-wrap {

}

#emf-container {
}

#emf-container li#emf-li-captcha #emf-captcha-top-settings {
	background-color:#AAD6AA;
	color:#636363;
}

#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;
}



