/* CSS Document */
#TSFeedback{
	width:240px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size:14px;
	z-index:100;
	cursor: help;
}
div > div#TSFeedback {
	position: absolute;
}

#TSFeedback #TSFeedbackContainer #TSFeedbackClose{
	background-color:#CCCCCC;
	width:240px;
	float:right;
	clear:left;
	text-align:right;
	border: medium inset #000000;
}
#TSFeedback #TSFeedbackContainer #TSFeedbackClose #TSFeedbackCloseButton{
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-decoration: none;
}
#TSFeedback #TSFeedbackContainer #TSFeedbackForm{
	text-align:left;
	width:230px;
	padding:5px;
	background-color:#CCCCCC;
	float:right;
	clear:both;
	height: 300px;
}
#TSFeedback #TSFeedbackContainer #TSFeedbackResponse{
	text-align:justify;
	width:230px;
	padding:5px; 
	background-color:#CCCCCC; 
	float:right;
	clear:both;
}
#TSFeedback #TSFeedbackContainer #TSFeedbackCorner{
	margin-right:10px;	
	clear:both; 
	float:right;
}
#TSFeedback #TSFeedbackButton{
	float:right;
}
