/* CSS Document */
#TSFeedback{
scrollbar-3d-light-color: #666666;
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-base-color: #666666;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-face-color: #666666;
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-shadow-color: #CCCCCC;
width:250px;
position: absolute; right: 0px; bottom: 5px;
font-size:12px;
z-index:10;
}
div > div#TSFeedback { position: fixed; }

#TSFeedback #TSFeedbackContainer #TSFeedbackClose{
	background-color:#B8B8B8;
	width:200px;
	float:right;
	clear:left;
	text-align:right;
}
#TSFeedback #TSFeedbackContainer #TSFeedbackClose #TSFeedbackCloseButton{
	font-size:11px; 
	font-weight:bold;
	color:#666666;
	text-decoration: none;
}
#TSFeedback #TSFeedbackContainer #TSFeedbackForm{
	text-align:left;
	width:200px;
	padding:5px; 
	background-color:#CCCCCC;
	float:right;
	clear:both;
}
#TSFeedback #TSFeedbackContainer #TSFeedbackResponse{
	text-align:justify;
	width:200px;
	padding:5px; 
	background-color:#CCCCCC; 
	float:right;
	clear:both;
}
#TSFeedback #TSFeedbackContainer #TSFeedbackCorner{
	margin-right:10px;
	clear:both; 
	float:right;
}
#TSFeedback #TSFeedbackButton{
	float:right;
}

	