if($.browser.safari) {
  $( function() {
    $('.submit_style_button .button').css({
      'line-height':'22px'
    });
  } );
}
if($.browser.mozilla && ($.browser.version == '1.9.0.5')) {
  $( function() {
    $('.submit_style_button .button').css({
      'height':'26px',
      'padding-bottom':'2px'
    });
  });
}

  if($.browser.mozilla){
  $('.submit_style_button_3').css({
    'padding-bottom':'3px'
  });
}
if($.browser.safari && ($.browser.version == '525.27.1')) {
  $( function() {
    $('.ticket_system form textarea').css({
      'width':'240px'
    });
    $('.department input').css({
      'position':'relative',
      'top':'0px'
    });
  } );
}
if($.browser.safari && ($.browser.version == '530.17')) {
  $( function() {
    $('.ticket_system form textarea').css({
      'width':'238px'
    });
  } );
}
