@CHARSET "UTF-8";
#feedback_pop_outContainer{
	_width: 128px;
	*width:128px;
}
#feedback_pop_container{
	padding: 0;
	margin: 0;
	white-space: nowrap;
	background-color:gray;
	color: white;
}
#feedback_pop_container #feedback_pop_base{
	background: gray url("../images/feedback/feedback.jpg") no-repeat 4px 0px;
	line-height:20px;
	text-align:left;
	z-index:10;
	cursor: default;
	padding:0 5px 0 27px;
}

#feedback_pop_container #feedback_pop_content{
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: none;
}
#feedback_pop_container #feedback_pop_content li a{
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	display: block;
	padding:0 10px 0 28px;
	color: white;
}
#feedback_pop_container #feedback_pop_content li a:HOVER{
	color: blue;
}
#sendEmail{
	background: transparent url("../images/feedback/onlineEmail.jpg") no-repeat 0 0;
}
#commitBug{
	background: transparent url("../images/feedback/commit-bug.jpg") no-repeat 0 0;
}
#onlineQuestion{
	background: transparent url("../images/feedback/onlineQuestion.jpg") no-repeat 0 0;
}
.feedbackTop{
	height:1px;overflow:hidden;background-color:gray;
}