@charset "utf-8";
label {
	display: block;
	margin-top: 20px;
	letter-spacing: 2px;
}
#wrapper #main {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 69px;

}

form {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 11px;
	width: 408px;
	display: block;
	float: none;
	position: relative;
	padding-right: 38px;
}
input, textarea {
	width: 403px;
	height: 27px;
	background: #efefef;
	border: 1px solid #dedede;
	padding: 10px;
	margin-top: 3px;
	font-size: 0.9em;
	color: #3a3a3a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
textarea {
	height:158px;
	background:url(../images/textarea-bg.jpg) right no-repeat #efefef;
}
input:focus, textarea:focus {
    border:1px solid #97d6eb;
}
#submit {
	width: 102px;
	border: none;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
	background-color: rgba(156,22,31,1.00);
	color: rgba(255,255,255,1.00);
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
	font-size: 16pt;
	text-align: center;
	margin-top: 44px;
	display: block;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	height: 50px;
}

	#submit:hover {
	opacity: .9;
	}
#page {
	position: relative;
	padding-bottom: 33px;
}
h2 {
	margin-top: 9px;
	text-align: center;
	font-size: 32px;
}
#content {
	margin-top: -14px;

}
#contactform {
	margin-left: auto;
	margin-right: auto;
	width: 63%;
	position: relative;
	float: none;
}
#sayhi {
	width: 18%;
	display: block;
	position: relative;
	float: right;
	margin-top: 21px;
	font-size: 1.3em;
	background-color: rgba(0,193,51,1.00);
	padding: 7px;
}
#contactus {
	margin: 33px auto -20px;
}
#contactus img {
	margin-top: 1px;
	margin-bottom: -8px;
	margin-left: 5px;
}
