$(document).ready(function() {
    $("head").prepend('<style>.rounded {position:relative;}.lt,.lb,.rt,.rb {position:absolute;z-index:100;display:block;text-indent:-9999px;height:14px;width:7px;background-repeat:no-repeat}.lt {left:0;top:0;background-position:left top}.lb {left:0;bottom:0;background-position:left bottom}.rt {right:-5px;top:0;background-position:right top}.rb {right:0; bottom:-10px; _bottom:-10px; background-position:right bottom;}</style>');
    $(".rounded").append('<span class="lt" /><span class="rt png_bg" /><span class="rb png_bg" /><span class="lb" />');

    //	$("#sidebar ul li ul li:last-child").addClass("last");
    //	$("ul.addtoany_list li:last-child").addClass("last");
    //	$("#footer ul li:last-child").addClass("last");
    //	$("#headerimg ul li:last-child").addClass("last");
    $("ul li:last-child").addClass("last");
    var item = $(".forgot");
    item.click(function() {
        $('fieldset.fieldLogin').css("display", "none");
        $('fieldset.fieldForgot').css("display", "block");
    });
});