﻿/*DT1223 Add space here*/



/*Required Fields*/
.formFieldRequired 
{
	background-image:url('images/required.gif');
	background-position:top left;
	background-repeat:no-repeat;
	/*Using !important because padding will get
	overwritten by IMIS.css, and we don't want that
	*/
	padding-left:11px !important;
}