#qq_feedback_btn{
	position: fixed;
	top: 242px;
	right:-1px;
	width: 24px;
	padding:29px 9px 9px 9px;
	border:1px solid #ccc;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	background-image: url('/static/img/feedback_icon.png');
	background-repeat: no-repeat;
	background-position: center 8px;
	background-color: #fff;
	line-height: 16px;
	font-size: 12px;
    color: #666;
    cursor: pointer;
    z-index: 9999;
}
#qq_feedback_btn:hover{
	border-color: #1bbc9b;
	background-position: center -48px;
	background-color: #1bbc9b;
	color: #fff;
}
#qq_feedback_panel{
	background-color: #fff;
	width:180px;
	border: 1px solid #ccc;
	height:180px;
	position:fixed;
	top:242px;
	right:-182px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	z-index: 9999;
}
#qq_feedback_panel #qq_feedback_panel_header{
	border-bottom:1px solid #ccc;
	width:100%;
	height:70px;
	vertical-align: middle;
	text-align: center;
	line-height: 70px;
}

#qq_feedback_panel #qq_feedback_panel_header #qq_btn{
	font-size: 12px;
    padding: 8px 28px;
    background-color: #1abc9c;
    border-color: #1abc9c;
    color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
}

#qq_feedback_panel #qq_feedback_panel_header #qq_btn i{
	background-image: url("/static/img/qq_feedback.png");
	background-repeat: no-repeat;
    display: inline-block;
    height: 18px;
    margin-right: 3px;
    vertical-align: text-bottom;
    width: 20px;
    position: relative;
    top:1px;
}

#qq_feedback_panel #qq_feedbacl_panel_content .sec-line{
	margin:0;
	line-height: 25px;
	text-indent: 25px;
	font-size: 18px;
}

#qq_feedback_panel #qq_feedbacl_panel_content .first-line,
#qq_feedback_panel #qq_feedbacl_panel_content .third-line{
	font-size: 12px;
	margin:0;
	line-height: 40px;
	text-indent: 25px;
}

#qq_feedback_panel #qq_feedbacl_panel_content .third-line{
	font-size: 8px;
    text-indent: 23px;
}