/* CSS Document */
#TSFeedback{
	width:160px;
	position: relative;
	font-size:10pt;
	z-index:10;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div > div#TSFeedback { position: relative; }

#TSFeedback #TSFeedbackContainer #TSFeedbackClose{
	background-color:#9a9281;
	width:160px;
	float:right;
	clear:left;
	text-align:right;
	border: 1px solid #003366;
}
#TSFeedback #TSFeedbackContainer #TSFeedbackClose #TSFeedbackCloseButton{
	font-size:9pt;
	color:#FFFFFF;
	text-decoration: none;
	margin-top: 4px;
	margin-bottom: 4px;
}
#TSFeedback #TSFeedbackContainer #TSFeedbackForm{
	text-align:left;
	width:150px;
	padding:5px;
	background-color:#F4EEE2;
	float:right;
	clear:both;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #003366;
	border-right-color: #ECE9D8;
	border-bottom-color: #ECE9D8;
	border-left-color: #ECE9D8;
}
#TSFeedback #TSFeedbackContainer #TSFeedbackResponse{
	text-align:justify;
	width:150px;
	padding:5px; 
	background-color:#F4EEE2; 
	float:right;
	clear:both;
}
#TSFeedback #TSFeedbackContainer #TSFeedbackCorner{
	margin-right:10px;	
	clear:both; 
	float:right;
}
#TSFeedback #TSFeedbackButton{
	float:right;
}
