/* CSS Document */
span.required{
	color: #CC0000;
	padding-left: 12px;
	background-image: url('images/required.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
