jQuery(document).ready(function()
{jQuery("#username,#password").focus(function()
	{if(jQuery(this).attr("id")=="username"&&jQuery(this).val()=="Username"){jQuery("#username").val("");
		jQuery("#username").attr("class","logoinput2")}if(jQuery(this).attr("id")=="password"&&jQuery(this).val()=="Password"){jQuery("#password").val("");jQuery("#passdiv").html('<input name="passwd" id="password" type="password" class="logoinput2" value="" >');jQuery("#password").focus()}});jQuery(".seachinput").click(function(){jQuery(".seachinput").css("background", "#FFF")})});
