$(document).ready(function(){

	$('input').each(function (i) {
		if($(this).next().attr('class') == 'oHint') {
			$(this).focus(function () {
				$(this).parent().children('span').fadeIn("fast");
			}).blur(function () {
				$(this).parent().children('span').fadeOut("fast");
			});
		}
	});

	sIFR.replace(oMetaProItalic, {
		selector: 'h3.tosIFR'
		,css: {
			'.sIFR-root': { 'color': '#F4F4F4', 'font-size': 18, 'margin-left': '2px' } 
		}
		,wmode: 'transparent'
		,filters: {
			DropShadow: {
				knockout: false
				,distance: 1
				,color: '#C50808'
				,strength: 2
			}
		}
	});

	sIFR.replace(oMetaProMedium, {
		selector: 'h6.grayTosIFR'
		,css: {
			'.sIFR-root': { 'color': '#3F3F3F' } 
		}
		,forceSingleLine: true
		,wmode: 'transparent'
		,filters: {
			DropShadow: {
				knockout: false
				,distance: 2
				,color: '#ffffff'
				,strength: 2
			}
		}
	});
	
	sIFR.replace(oMetaProMedium, {
		selector: 'h6.redTosIFR'
		,css: {
			'.sIFR-root': { 'color': '#C01E2E' } 
		}
		,forceSingleLine: true
		,wmode: 'transparent'
		,filters: {
			DropShadow: {
				knockout: false
				,distance: 2
				,color: '#ffffff'
				,strength: 2
			}
		}
	});
	
	sIFR.replace(oMetaProMedium, {
		selector: 'h6.greenTosIFR'
		,css: {
			'.sIFR-root': { 'color': '#007615' } 
		}
		,forceSingleLine: true
		,wmode: 'transparent'
		,filters: {
			DropShadow: {
				knockout: false
				,distance: 2
				,color: '#ffffff'
				,strength: 2
			}
		}
	});
	
});
