﻿$(document).ready(function(){
    $("input:text").hint();
    
    //$('.tabs .tab').corner({bl:false, br:false, autoPad:true});
});
