.instantHelp,
.instantHelpSmall,
.instantInfo,
.instantError,
.instantAlert {
	/* Font Spec */
	font-family: Arial, Helvetica, sans-serif;
	/* Boxing Spec */
	padding-left: 36px;
	padding-top: 8px;
	padding-bottom: 8px;
	/* Background */
	background-repeat: no-repeat;
	background-position: left center;
}

.instantHelp {
	border: 1px none #000000;
	
	color: #000099;
	background-image: url(/images/icon/32x32/help.png);
	
}
.instantHelpSmall {
	border: 1px dashed #0000FF;
	
	color: #000000;
	background-image: url(/images/icon/16x16/help.png);
	background-color:#FFFFCC;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-style: italic;
}
.instantInfo {
	border: 1px none #000000;
	color: #000099;
	background-image: url(/images/icon/32x32/work.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.instantError {
	border: 1px none #000000;
	color: #FF0000;
	background-image: url(/images/icon/stop.png);
	
}
.instantAlert{
	background-image:url(/images/attention.png);	
}

