#emailForm {

}

#emailForm input, #emailForm textarea {
	width: 300px;
	font-family: Century Gothic, Lucida-Grande, Verdana, sans-serif;
	font-size: 12px;
}

#emailForm #contact_text{
	height: 100px;
}

#emailForm textarea:hover {
	background-color: #b6d8e7;
}

#emailForm .button {
	border: 1px #b6d8e7 solid;
	padding: 1px;
	margin: 1px 1px 1px 393px;
	
}

#emailForm .button:hover {
	background-color: #b6d8e7;
}

#emailForm #contact_email_copy {
	margin: 0;
	border: 0;
	width: auto;
}
