/*Stilmall för tipsrutor av Johan Sonelius*/

/*FF*/
.box[class] {
	width: 130px;
	height: 50px;
	color: #3b3b3b;
	margin-top: 0px;
	padding: 3px 5px 5px 5px;
	font-size: 11px;
	font-family: sans-serif;
	background-image: url(../design/tipbg01.png);
}

/*IE*/
.box {
	width: 130px;
	height: 50px;
	color: #3b3b3b;
	margin-top: 0px;
	padding: 3px 5px 5px 5px;
	font-size: 10px;
	font-family: sans-serif;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='design/tipbg01.png');
}

.box h2 {
	font-weight: bold;
	color: #719bac;
	margin: 0px;
	font-size: 12px;
}

/*Denna gör att tiprutan bara visas vid Hover*/
.tipcontents {
	display: none;
}
