input, textarea {
	padding: 7px;
	border: 1px solid #e5e5e5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 150px;

	-webkit-box-shadow: rgba(0,0,0,0.1) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0,0.1) 0 0 8px;
	box-shadow: rgba(0,0,0,0.1) 0 0 8px;
	
	background: #fff;
	background: -moz-linear-gradient(top, #fff, #eee 1px, #fff 25px);
	background: -webkit-gradient(linear, left top, left 28, from(#fff), color-stop(4%, #eee), to(#fff));
}

input[type=text] {
	height: 23px;
	padding: 2px;
	margin: 0 4px;
}

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

input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color: #c9c9c9;
	-webkit-box-shadow: rgba(0,0,0,0.15) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0,0.15) 0 0 8px;
	box-shadow: rgba(0,0,0,0.15) 0 0 8px;
}

form { text-align: left;}

form label {
	color: #333;
}

p { color: #333; line-height: 2em; font-family: Georgia, serif; font-style: italic;  }

.submit input {
	padding: 9px 15px;
	margin-top: 18px;
	cursor: pointer;
	background: #617798;
	border: 0;
	width: 200px;
	font-size: 14px;
	color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

h2 {
	line-height: 160%;
}