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

#TSFeedback #TSFeedbackContainer #TSFeedbackClose{
	background-color:#D8CEC5;
	width:180px;
	float:right;
	clear:left;
	text-align:right;
	border: 1px solid #D6226C;
}
#TSFeedback #TSFeedbackContainer #TSFeedbackClose #TSFeedbackCloseButton{
	font-size:11px; 
	font-weight:bold;
	color:#666666;
	text-decoration: none;
}
#TSFeedback #TSFeedbackContainer #TSFeedbackForm{
	text-align:left;
	width:150px;
	padding:15px;
	background-color:#FCEEED;
	float:right;
	clear:both;
	
}
#TSFeedback #TSFeedbackContainer #TSFeedbackResponse{
	text-align:justify;
	width:150px;
	padding:5px;
	background-color:#FCEEED;
	float:right;
	clear:both;
}
#TSFeedback #TSFeedbackContainer #TSFeedbackCorner{
	margin-right:10px;	
	clear:both; 
	float:right;
}
#TSFeedback #TSFeedbackButton{
	float:right;
}
