/* CSS Document */
#TSFeedback{
width:950px;
position: absolute; right: 0px; left: 0px; margin: 0 auto; bottom: -10px;
font-size:13px;
font-family: Arial;
padding-bottom: 10px;
color:#ffffff;
z-index:10;
}
div > div#TSFeedback { position: fixed; }

#TSFeedback #TSFeedbackContainer #TSFeedbackClose{
	background-color:#003366;
	width:920px;
	float:right;
	clear:left;
	text-align:right;
}
#TSFeedback #TSFeedbackContainer #TSFeedbackClose #TSFeedbackCloseButton{
	font-size:15px; 
	font-weight:normal;
	color:#ffffff;
	text-decoration: none;
}
#TSFeedback #TSFeedbackContainer #TSFeedbackForm{
	text-align:left;
	width:900px;
	padding:10px; 
	background-color:#9900cc;
	float:none;
	clear:both;
}
#TSFeedback #TSFeedbackContainer #TSFeedbackResponse{
	text-align:justify;
	width:890px;
	padding:5px; 
	background-color:#CCCCCC; 
	float:right;
	clear:both;
}
#TSFeedback #TSFeedbackContainer #TSFeedbackCorner{
	margin-right:10px;	
	clear:both; 
	float:right;
}
#TSFeedback #TSFeedbackButton{
	float:right;
}