@charset "utf-8";
/* CSS Document */
#feedback{
	right: 10px;
	width: 140px;
	height: 100px;
	line-height: 15px;
	overflow: visible;
	padding: 5px 5px;
	border-radius: 2px;
	bottom: 180px;
	float: right;
	position: fixed !important;
	top: 150px;
}
*html #feedback {
position:absolute; z-index:300; top:expression(offsetParent.scrollTop+200);right:5px;
/*兼容IE6*/
}
#feedback a{
text-decoration:none;
color:#000;
}
#feedback_btn {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	cursor: pointer;
	padding: 2px;
	margin: 2px;
	background: 0;
	width: 140px;
	height: 20px;
	font-size: 12px;
}
#returntop{
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	cursor: pointer;
	padding: 2px;
	margin: 2px;
	background: 0;
	width: 140px;
	height: 20px;
	font-size: 12px;
}
