﻿/***********************************************
*** Designers Home: http://www.easy-tuts.com ***
***********************************************/

/**** EASY TOOLTIP STYLE START ****/



.tip-black {
	padding: 1.3em;
	margin: 0;
	color: #ffffff;
	border: 3px solid #ffffff;
	background-color: #333333;
	text-align: center;
	font-size: 1em;
	letter-spacing: 1px;
	line-height: 1.6em;
	max-width: 130px;
	height: auto;
	white-space: normal;
	z-index: 25;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;	
	-khtml-opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	opacity: 0.8;
}


/**** EASY TOOLTIP STYLE END ****/