textarea {resize: none;}
.tInputWrapper { 
	display		: inline-block;
	border		: 1px solid #fff;
	background	: #ECEFF5;
	padding		: 5px;
}
.tInput_Comment{
	border		: 1px solid #BDC7D8;
	padding		: 2px 3px;
	font-family : trebuchet ms;
	font-size 	: 10pt;
	color		: #888888;
	cursor		: pointer;
}
.tInput_Comment_focused{
	border		: 1px solid #809FB8;
	color		: #000;
}

.tInput_Empty{
	background	: #E1FBCF;
}
.tInput_Empty_Wrapper{
	background	: #9EC4F2;
}
.tInput_countTarget{
	float		: right;
	border		: 1px solid #BDC7D8;
	background	: #EEF8D6;
	margin		: 1px;
	padding		: 1px 2px;
	font-size	: 7pt;
	text-align	: center;
	color		: #5B739B;
}
.tInput_loader{
	float		: left;
	display		: inline-block;
	border		: 1px solid #BDC7D8;
	background	: #fff;
	margin		: 1px;
	padding		: 0;
	width		: 100px;
	height		: 15px;
	overflow	: hidden;
}
.tInput_loader .progressBar{
	display		: inline-block;
	border		: 0;
	background	: #CCDEF6;
	margin		: 0;
	padding		: 0;
	height		: 15px;
	font-family	: arial;
	font-size	: 7pt;
	font-weight	: bold;
	line-height	: 15px;
	text-align	: center;
	color		: #888888;
}
.tInput_imageBorder{
	display: inline-block;
}
.tInput_imageBorder_innerTable{
	
}