﻿/*
	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;
    min-width: 250px;
    padding: 7px;
    border: 1px solid #CCCC00;
    font-size: 0.9em;
    line-height: 1.2em;
    color: #555;
    background: #FFFFCC;
    overflow: hidden;
    z-index: 500;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-box-shadow: 2px 2px 9px #999;
    -webkit-box-shadow: 2px 2px 9px #999;
    text-align="left" ;
}
.juizTipsWrapper {
	position: relative;
	display: inline-block;
	cursor: help;
}