
/* ----- form ----- */
#contactForm{float:left; width:475px; height:470px;}

.emailForm{position:relative; left:10px;}

input, textarea {
	font-size: 100%;
	padding: 4px;
	border: none;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	
}
label {
	font-weight: bold;
	color: #666;
}
textarea {
	height: 130px;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
}
.txt {
	width: 465px;
	color: #666;
	border: none;
	background: #e9eae9;
}
/* style form elements on focus */
input:focus, textarea:focus {
  background: #FED3B4;
}

