/* CREDITS
 * ----------------------------------------------------------
 * Title:		Specific quicktip styles
 * Author:		Dirk Bonhomme <dirk@inventis.be>
 * Date:		13/10/2009
 * Last Edit:	13/10/2009 [Dirk Bonhomme]
 * ----------------------------------------------------------
 * Inventis - Web Architects - We design the Web!
 * www.inventis.be
*/
div.quicktip { width: 220px; background: #fffff7; border: 1px solid #343434; }
div.quicktip div.tip-title { padding: 7px; font-weight: bold; }
div.quicktip div.tip-text { padding: 0 7px 7px; }
a.quicktip { display: block; width: 16px; height: 16px; text-indent: -9999px; overflow: hidden; background: url(/design/images/layout/quicktip.gif) no-repeat; cursor: pointer; }
