/* CSS Document */
#TSFeedback{
width:160px;
position: absolute; right: 0px; bottom: 5px;
font-size:12px;
z-index:10;
}
div > div#TSFeedback { position: fixed; }

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