form{
	float: left;
	width: 99%;
}
input, textarea {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font-family: stentiga;
	color: #FFFFFF;
	font-weight: normal;
	text-shadow: 3px 3px 7px #000000;
	width: 400px;
	background-color: rgba(68,57,29,0.50);
	box-shadow: gold 0px 0px 8px;
	font-size: 16px;
	letter-spacing: 2px;
	-webkit-transition: background-color .75s ease;
	-moz-transition: background-color .75s ease;
	-o-transition: background-color .75s ease;
	transition: background-color .75s ease;
	}

textarea { 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color: gold;
	-webkit-box-shadow: #FF0 2px 2px 4px;
	background-color: rgba(100,83,42,0.74);
	color: #FFF;
}
.form label { 
	margin-left: 10px; 
	color: #999999; 
	}

.submit input {
	width: 20px;
	padding: 5px 5px;
	border: 0;
	font-size: 12px;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #000;
	}
.formText {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 16px;
	color: #0F9;
	text-shadow: 3px 3px 7px #000000;
	font-weight: normal;	
}
