// JavaScript Document
$.fn.qtip.styles.crea_style = { // Last part is the name of the style
   'font-size': 11,
   width: 190,
   padding: 4, 
   background: '#FFF', 
   color: '#505050',
   border: { width:1, radius: 0, color: '#FBB03B'}, 
   tip: true 
};

$.fn.qtip.styles.crea_error = { // Last part is the name of the style
   'font-size': 11,
   width: 190,
   padding: 4, 
   background: '#CC0000', 
   color: '#FFF',
   border: { width:1, radius: 0, color: '#CC0000'}, 
   tip: true 
}
