
#feedback {
	position: fixed; 
  	left: 40%;
  	top: 40%;
	background: transparent;
	width: 302px;
	z-index:1000;
}
#feedback_top {
	background:transparent url(../img/commun/feedback_top.png) no-repeat scroll 0 0;
	height:5px;
	line-height:1;
	overflow:hidden;
	width: 302px;
}
#feedback_center {
	background-color: #FFFFFF;
	color: #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	line-height: 1;
	width: 300px;
}
#feedback_close {
	background: transparent url(../img/commun/feedback_close.gif) no-repeat scroll 0 0;
	display:block;
	float:right;
	height:16px;
	margin:0 5px 0 0;
	text-indent:-10000px;
	width:16px;
}
#feedback_text {
	color: #aa0000;
	padding: 2px 0 0 10px;
	width: 260px;
}
#feedback_bottom {
	background: transparent url(../img/commun/feedback_bottom.png) no-repeat scroll 0 0;
	height:5px; line-height:1;
	overflow: hidden;
	width: 302px;
}
