/* 
    Document   : mouseinfobox
    Created on : 19 aout 2011, 21:19:53
    Author     : Ravenz
    Description:
        Purpose of the stylesheet follows.
*/

.infoBox {
	position: absolute;
}

.infoBox img.arrow {
	position: absolute;
	top:10px;
	left:-6px;
}

.infoBox > div {
	background-color:#ebf2f5;
	border:3px solid #6691cc;
	padding: 10px;
	max-width:650px;
	/*width:auto;*/
	text-align:left;
}
