/*  EE Contact Form CSS - eeStyling.css - v10.13.15 - mitchellbennis@gmail.com */


#eeContactForm {

}

#eeContactFormMessage {
	float: right;
}

#eeContactForm label {
	display: block;
	float: left;
	clear: both;
	width: 25%;
	margin-right: 2%;
	margin-top: 5px;
	padding: 3px;
	background:  #666;
	color: #EEE;
	text-align: right;
}
#eeContactForm fieldset {
	margin-bottom: 10px;
	border: none;
}

#eeContactForm input[type="text"], 
#eeContactForm input[type="email"], 
#eeContactForm input[type="tel"],
#eeContactForm input[type="file"],
#eeContactForm select,    
#eeContactForm textarea {
	float: left;
	width: 65%;
	margin-top: 5px;
	border: 1px solid #CCC;
	padding: 3px;
}
#eeContactForm textarea {
	height: 10em;
}
#eeContactForm input[type=submit],
#eeContactFormSubmitMessage {
	float: right;
	margin: 2em 10% 2em 0;
}
#eeContactForm .uploadMax {
	font-size: 80%;
}
#eeContactForm span.eeRequired {
	float: left;
	color: #CCC;
	padding-left: .5em;
}
#eeContactForm .eeNote {
	float: left;
	clear: both;
	font-size: 80%;
	font-style: italic;
	margin-left: 27%;
}

.eeContactFormRow {
	clear: left;
	padding-bottom: .75em;
}


.eeContactFormConfirm h2,
.eeContactFormConfirm p {
	text-align: center;
}



.eeContactFormRoww {
	display: none;
}

.eeClearFix {
	clear: both;
}