$(function(){
    $('.Enquery').colorbox({width:"600px", height:"560", iframe:true});
    $('#ContactContactusForm').find(':input').focus(function(){$(this).toggleClass('Fox');}).blur(function(){$(this).toggleClass('Fox');});
});
