/* CSS Document */
#TSFeedback{
	width:160px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size:10px;
	z-index:10;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div > div#TSFeedback { position: fixed; }

#TSFeedback #TSFeedbackContainer #TSFeedbackClose{
	background-color:#B6B6B6;
	width:160px;
	float:right;
	clear:left;
	text-align:right;
}
#TSFeedback #TSFeedbackContainer #TSFeedbackClose #TSFeedbackCloseButton{
	font-size:10px; 
	font-weight:bold;
	color:#666666;
	text-decoration: none;
}
#TSFeedback #TSFeedbackContainer #TSFeedbackForm{
	text-align:left;
	width:150px;
	padding:5px;
	background-color:#CCCCCC;
	float:right;
	clear:both;
	color: #666666;
}
#TSFeedback #TSFeedbackContainer #TSFeedbackResponse{
	text-align:justify;
	width:150px;
	padding:5px; 
	background-color:#999999; 
	float:right;
	clear:both;
}
#TSFeedback #TSFeedbackContainer #TSFeedbackCorner{
	margin-right:10px;	
	clear:both; 
	float:right;
}
#TSFeedback #TSFeedbackButton{
	float:right;
}
