@charset "utf-8";
/* CSS Document */


body {
	font-size:100%;
	color:#3a3a3a;
}

.body {
	margin:0 auto;
	display:block;
	background: #ffffff;
}

h1 {
    width:350px;
	height:64px;
	background:url(images/h1-bg.jpg);
	color:#fff;
	padding:17px 0px 0px 78px;
	letter-spacing:1px;
	font-size:2.2em;
	margin:0 auto;
}

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

label {
	display:block;
	margin-top:20px;
	letter-spacing:2px;
}

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

	input:focus, textarea:focus {
		border:1px solid #97d6eb;
	}

textarea {
	height:213px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/textarea-bg.jpg) right no-repeat #efefef;
}

#submit {
	background:#7f181a;
	color:#ffffff;
	width:180px;
	height:50px;
	border:none;
	margin-top:30px;
	margin-left:85px;
	cursor:pointer;
}

	#submit:hover {
		opacity:0.9;
	}

footer a img {
	border:none;
	float:right;
	margin:0px 59px 40px 0px;
}