$(function(){
	$("input, textarea, select, button, input:checkbox").uniform();
    $('.support_link').click(function() {
		window.open('https://www.companiesmadesimple.com/support/visitor/index.php?/Default/LiveChat/Chat/Request/_sessionID=/_promptType=chat/_proactive=0/_filterDepartmentID=30/_randomNumber=2h19ocwme4eiodo512yvseg3hnydcf80/_fullName=/_email=/', 'livechatwin', 'toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=0,resizable=1,width=600,height=680');
		return false;
	});
    $(".greybox #terms, .greybox #isSubscribed").live("click", function(){
        var two = $("#terms, #isSubscribed").attr("checked", this.checked);
        $.uniform.update(two);
    });

  });

$(document).ready(function(){
    jQuery('input.text').setDefaultValue({css : 'textbox-default'}); 
    $('label:contains("*")').html(function(){
        var t = $(this).text();
        var x = $(this).html(t.replace('*','<span class="mandatory">*</span>'));
    });
    
    
    $("#info-tooltip-box img[title]").tooltip({
        fadeOutSpeed: 100,
        position: "bottom right"
    });
});


 
