/**
 * CSS for page styling
 *
 * @author  Bernhard Keprt - EC3Networks (bernhard.keprt@ec3.at) 
 */


.map_hintDiv {
	width: 100%;
	height: 16px;
	background-image: url("images/hint.png");
	background-repeat: no-repeat;
	padding-bottom: 30px;
}

.map_hintMessage {
	position: relative;
	left: 25px;
	top: 2px;
	font-style: italic;
	font-size: 12px;
}
