$(function(){
    $("input:submit, input:reset").button();
    
    $(".main_right_login_details").addClass("ui-corner-all");
});
