.TextBox_Draggable_Container_Normal {
	border: none;
	padding: 0pt;
	color: #5C4500;
	font-family: "Dialog";
	font-size: 15.0px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	word-wrap:break-word;
	word-break:keep-all;
}
.TextBox_Draggable_Container_Disabled {
	border: none;
	padding: 0pt;
	color: #969696;
	font-family: "Dialog";
	font-size: 15.0px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	word-wrap:break-word;
	word-break:keep-all;
}
.TextBox_Draggable_Container_Background {
	filter: alpha(opacity=78);
	-moz-opacity: 0.7843137254901961;
	opacity: 0.7843137254901961;
}
