/* CSS Document */
#TSFeedback{
	width:160px;
	position: relative;
	font-size:10px;
	z-index:10;
	font-family: Arial, Helvetica, sans-serif;
	top: 13px;
	color: #FFFFFF;
	left: 2px;
}
div > div#TSFeedback { position: relative; }

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