div#div-form-fieldinfo
{
	display:			none;
	z-index: 			10000;
	position: 			absolute;
	border: 			1px solid #CCCCCC;
	background-color: 	#000000;
	color:				#FFFFFF;
	font-family:		'Verdana';
	font-size:			12px;
	font-style: 		italic;
	padding-top:		10px;
	padding-left:		10px;
	padding-bottom:		10px;
	padding-right:		15px;
	width:				180px;
}


div#trans-bg
{
	position:			absolute;
	width:				100%;
	height:				100%;
	top:				0px;
	left:				0px;
	background-color:	black;
	display: 			none;
	z-index:			200;
}


div#message
{
	font-family:		'Verdana';
	font-size:			12px;
	position: 			absolute;
	display:			none;
}


div#message-preview
{
	width: 				500px;
	display:			none;
}


div.form-table-title
{
	font-weight:		bold;
	margin-bottom:		10px;
}


div.div-fieldinfo
{
	float: 				left;
	padding-top: 		4px;
	padding-left: 		4px;
}


div.float-left
{
	float:				left;
}


div.float-right
{
	float:				right;
}


div.float-clearer
{
	clear: 				both;
}


.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
