$(function(){
    if(navigator.appName == "Microsoft Internet Explorer")
    {
        $("#requestQuote").css("font-size","1em");
    }
    if(navigator.userAgent.match("Chrome"))
    {

    }
    else if(navigator.userAgent.match("Safari")){
        
    }
    else if(navigator.userAgent.match("Firefox")){
        
    }
});/**
 * Created by JetBrains PhpStorm.
 * User: Mauricia
 * Date: 11/21/11
 * Time: 9:09 PM
 * To change this template use File | Settings | File Templates.
 */

