#wrapper {
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 4px;
	width: 606px;
	background-image: url(images/body_bg.png);
	font-size: 13px;
	border: 1px solid #056839;
	padding-bottom: 10px;
	height: 517px;
}

#form {
margin:0 auto;
width:400px;
}

label {
display: block;
margin-top: 20px;
text-align: left;
margin-left: 40px;
} 

input, textarea {
width: 300px;
background: #efefef;
border: 1px solid #ddd;
font-size: 0.9em;
color: #056839;
height: 20px;
padding: 10px;
margin-top: 3px;
}

textarea {

height: 95px;
}

input:focus, textarea:focus {

border:1px solid #056839;
}

#submit {
width:97px;
height:43px;
background:url('images/send_btn.png');
text-indent:-9999px;
border:none;
margin-top:20px;
cursor:pointer;
}

#submit:hover {
opacity:0.9;
}

h2 {
color: #fff;
background-color: #056839;
height: 30px;
padding: 10px;
}

input, textarea {
	-mox-border-radius: 6px;
	-weblit-border-radius: 6px;
	border-radius: 6px;
}
