form.feedback{
	position:relative;
	left:34px;
	padding-right:20px;
	float:left;
	display:block;
	width:176px;
   background:url(form_bg.gif) left top repeat-y;
	margin:30px 0px 20px 0px;
}
form.feedback .top_bg{
	position:absolute;
	width:38px;
	height:38px;
	right:176px;	
	bottom:315px;
   background:url(form_send.gif) left top no-repeat;
}
*form.feedback .top_bg{ /*only ie6*/
	position:absolute;
	width:38px;
	height:38px;
	right:186px;
	bottom:380px;
	background:url(form_send.gif) left top no-repeat;
}
form.feedback h2{
/*	background:url(form_h1.gif) left top no-repeat; */
 /*	  background:url(form_send.gif) left top no-repeat;*/
	height:28px;
	margin-left:-20px;
	margin-top:-20px;
	width:170px;
	padding:30px 0px 0px 20px;
	font:normal 16px Tahoma;
	color:#fff;
	text-align:center;
}
form.feedback h3{
	height:28px;
	margin:5px 0px;
	width:176px;
	font:normal 12px Tahoma;
	color:#fff;
	text-align:center;
}
form.feedback a.send{
	position:relative;
	z-index:10;
	width:176px;
	margin-bottom:10px;
	text-align:center;
	display:block;
	color:#fff;
	font:normal 14px Tahoma;
}
form.feedback .bottom_bg{
	position:absolute;
	width:38px;
	height:38px;
	right:0px;
	bottom:-20px;
   background:url(form_h1.gif) left top no-repeat;
/*	background:url(form_send.gif) left top no-repeat; */
}
form.feedback input{
	color:#2f7ca6;
	background:#c5c5c5;
	border:1px solid #c5c5c5;
	width:132px;
	height:17px;
	font:normal 12px/18px Tahoma;
	padding:0px 5px;
	padding-top:1px;
	margin-left:17px;
	margin-bottom:10px;
}
form.feedback textarea{
	font:normal 12px/18px Tahoma;
	color:#2f7ca6;
	background:#c5c5c5;
	border:1px solid #c5c5c5;
	width:132px;
	height:50px;
	overflow:hidden;
	padding:0px 5px;
	margin-left:17px;
	margin-bottom:10px;
}

