var T_THEME_PATH = './styles/absoluteanime2/theme';
if (document.location.href.toLowerCase().indexOf("ucp.php") > 0)
{
	if (window.location.search.indexOf("mode=register") >= 0)
	{
		if ($('#agreement').length)
		{
			var imgEle = document.createElement("div")
			$(imgEle).attr({id: 'agreement_image'});
			$(imgEle).css({background: 'url(' + T_THEME_PATH + '/images/ucp_agreement.gif) no-repeat 100% 18px', textAlign:'justify'});
			$('#agreement .content p').wrap(imgEle);
			$('#agreement_image').prepend(
				'<div style="overflow:hidden;float:right;clear:right;width:1px;height:18px;"></div>' +
				'<div style="overflow:hidden;float:right;clear:right;width:96px;height:16px;"></div>' +
				'<div style="overflow:hidden;float:right;clear:right;width:104px;height:16px;"></div>' +
				'<div style="overflow:hidden;float:right;clear:right;width:114px;height:14px;"></div>' +
				'<div style="overflow:hidden;float:right;clear:right;width:130px;height:14px;"></div>' +
				'<div style="overflow:hidden;float:right;clear:right;width:132px;height:14px;"></div>' +
				'<div style="overflow:hidden;float:right;clear:right;width:134px;height:20px;"></div>' +
				'<div style="overflow:hidden;float:right;clear:right;width:125px;height:12px;"></div>' +
				'<div style="overflow:hidden;float:right;clear:right;width:124px;height:12px;"></div>' +
				'<div style="overflow:hidden;float:right;clear:right;width:126px;height:34px;"></div>' +
				'<div style="overflow:hidden;float:right;clear:right;width:128px;height:12px;"></div>' +
				'<div style="overflow:hidden;float:right;clear:right;width:130px;height:18px;"></div>' +
				'<div style="overflow:hidden;float:right;clear:right;width:132px;height:48px;"></div>' +
				'<div style="overflow:hidden;float:right;clear:right;width:126px;height:16px;"></div>' +
				'<div style="overflow:hidden;float:right;clear:right;width:114px;height:9px;"></div>'
			);
		}
		else if ($('#register').length)
		{
			$('#register #username').parents('dl').before('<div style="float:right;background:transparent url(' + T_THEME_PATH + '/images/ucp_register.gif) no-repeat 100% 0;width:91px;height:150px;position:relative;top:45px;left:-200px;"></div>');
		}
	}
	if (window.location.search.indexOf("mode=sendpassword") >= 0 && ('#remind').length)
	{
		//$('#remind fieldset').before('<div style="float:right;position:relative;right:365px;"><img src="' + T_THEME_PATH + '/images/remind.gif" width="53" height="49" alt="" title="So I forgot! People forget. I\'m no different just because I\'m a moon princess!" /></div>');
	}
}