#wrapper{
	width:946px;
	padding:17px 14px 22px 1px;
}
.header{
	padding-right:80px;
}
h1 {
	float:left;
	background-color:#f5f5f5;
	padding:8px 20px 8px 60px;
	font-size:0.875em;
	color:#0baaa4;
	text-transform:uppercase;
	line-height:20px;
	border:1px solid #bad5d8;
	border-bottom:0;
	position:relative;
}
.round-block {
	background-color:#f5f5f5;
	border:1px solid #bad5d8;
	position:relative;
	padding:19px 30px 45px 30px;
	font:.875em Arial, Helvetica, sans-serif;
	color:#35596d;
	position:relative;
}

/*feedback*/
div.fields{
	margin:5px 0 10px;
	background:url(/images/input-bg.gif) no-repeat;
	width:278px;
	height:24px;
	padding:3px 0 0;
}
.fields input{
	font-size:12px;
	width:258px;
	height:18px;
	border:0;
	padding:0 10px;
	background:none;
}
div.text-fields{
	margin:5px 0 10px;
	background:url(/images/textarea-bg.png) no-repeat;
	width:617px;
	height:312px;
}
textarea{
	width:607px;
	height:307px;
	border:0;
	background:none;
	padding:5px 0 0 10px;
}
