﻿/*
	Juiz Linkin Tips
	Plugin by Geoffrey Crofte
	http://jq.creativejuiz.fr
	Free for personal use (cc)
	
	More info about license : http://jq.creativejuiz.fr/plugins-jquery/linkin-tips.php
*/


.juizTips {
	position: absolute;
	top: 0;	left: 0;
	display: none;
	width: 150px;
	padding: 7px;
	border: 3px solid #AAA;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #555;
	background: #f2f2f2;
	overflow: hidden;
	z-index: 500;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	
	-moz-box-shadow: 2px 2px 9px #999;
	-webkit-box-shadow: 2px 2px 9px #999;
	box-shadow: 2px 2px 9px #999;
	word-wrap: break-word;
}
.juizTipsWrapper {
	position: relative;
	display: inline-block;
	cursor: help;
}