$(function(){
/* Rounded corners */
    $('.box_top').corner("top 5px");
    $('.about').corner("bottom 5px");
    $('.login_box').corner("8px");

/* Form Validation */
    $("#contact_form").validate();

});


 
