@charset "UTF-8";

.body {
	display: block;
	margin: 0 auto;
	width: 500px;
}

form {
	margin: 0 auto;
	width: 430px;
}

input, textarea{
	width: 430px;
	height: 20px;
	background:#efefef;
	border: 1px solid #dedede;
	padding: 10px;
	margin-top: 2px;
	font-size: 0.9em;
	color:#3a3a3a;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

textarea{
	height:215px;
	background:#efefef;	
}
input:focus, textarea:focus {
	border:1px solid #99d6be;
}

label {
	display: block;
	margin-top: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}

#submit {
	width: 130px;
	height: 40px;
	border: none;
	margin-top: 20px;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 1em;
	background-color: rgba(36,75,99,0.42);
}

#submit:hover {
	opacity: .9;
	padding-top: 0px;
	padding-right: auto;
	padding-bottom: 0px;
	padding-left: auto;
}
