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

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