/*For handle icon*/
.handleText
{
	width:16px;
	height:16px;
	background-image:url(../images/HandleGrip.gif);
	overflow:hidden;
	cursor:se-resize;
}
/*For container div while resizing*/
.resizingText
{
	padding:0px;
	border-style:solid;
	border-width:1px;
	border-color:#7391BA;
	overflow:hidden;
}
/*For Container Div which consists text box*/
.frameText 
{
	overflow:hidden;
	float:left;
	background-color:#ffffff;
	border-style:solid;
	border-width:1px;
	border-color:Gray;
	font-family:Helvetica;
	font-size:8pt;
	line-height:normal;
}
/*For textbox */
.noborder
{
	border:0px;
	padding:2px;
}
