/* * * * * * * START TOOLIPS * * * * * * */
.tooltip
{
	background: #E1E1FF url(http://images.jobexec.co.uk/img/jDrawer-vertical-item-bg-active.gif) repeat center center;
	border: 1px solid silver;
	z-index: 100px;
	width: 150px;
	height: 20px;
	position: absolute;
	top: 30px;
	padding: 5px 10px;
	word-wrap: break-word;
}

.tooltips
{
	background: #E1E1FF url(http://images.jobexec.co.uk/img/jDrawer-vertical-item-bg-active.gif) repeat center center;
	border: 1px solid silver;
	z-index: 100px;
	width: 200px;
	height: 30px;
	position: absolute;
	top: 30px;
	padding: 15px 10px;
	word-wrap: break-word;
}
/* * * * * * * END TOOLTIPS * * * * * * */
