@charset "utf-8";

/*
	On The Move Tool Tip
	Author : Joey Avino
	Copyright : Amedia Creative
	Link : www.amediacreative.com
	Email : info@amediacreative.com
	Phone : 310/651/8733
	Fax : 310/388/1210

*/

.profileElement { }

.tool-tip {

	color: white;
	width: 172px;
	z-index: 13000;

}

.tool-title {

	font-weight: bold;
	font-size: 11px;
	color: #FF3300;
	margin: 0;
	padding: 8px 8px 4px;
	background: url('../../images/main/bubble.png') top left;

}
 
.tool-text {

	font-size: 11px;
	padding: 4px 8px 8px;
	background: url('../../images/main/bubble.png') bottom right;

}

