/* CSS Document */
#TSFeedback{
width:300px;
font-size:12px;
z-index:10;
}

#TSFeedback #TSFeedbackContainer #TSFeedbackClose{
	background-color:#FFFFFF;
	width:300px;
	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:290px;
	padding:5px; 
	background-color:#FFFFFF;
	float:right;
	clear:both;
}
#TSFeedback #TSFeedbackContainer #TSFeedbackResponse{
	text-align:justify;
	width:290px;
	padding:5px; 
	background-color:#FFFFFF; 
	float:right;
	clear:both;
}
#TSFeedback #TSFeedbackContainer #TSFeedbackCorner{
	margin-right:10px;	
	clear:both; 
	float:right;
}
#TSFeedback #TSFeedbackButton{
	float:right;
}