$.fn.qtip.styles.formTip = { 
    width: 200,
    color: '#595959',
    textAlign: 'center',  
    border: {
        width: 7,
        radius: 5,
        color: '#A2D959'
    },
    tip: 'bottomLeft',
    classes: { tooltip: 'formTip'}, 
    name: 'cream'
}

$.fn.qtip.styles.windowsTooltip = { 
   width: 200,
   background: '#A2D959',
   color: 'black',
   textAlign: 'center',
   border: {
      width: 7,
      radius: 5,
      color: '#A2D959'
   },
   tip: 'bottomLeft',
   classes: { tooltip: 'formTip'},
   name: 'dark' 
}

$.fn.qtip.styles.wideformTip = { 
    width: 250,
    color: '#595959',
    textAlign: 'center',  
    border: {
        width: 7,
        radius: 5,
        color: '#A2D959'
    },
    tip: 'bottomLeft',
    classes: { tooltip: 'formTip'}, 
    name: 'cream'
}