div.Winteractie
{
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 30%;
	background-color: Transparent;
	background-image: url(winteractie_background.png);
	background-repeat: no-repeat;
	height: 400px;
	width: 400px;
	vertical-align: bottom;
	cursor: pointer;
}
div.WinteractieClose
{
	position: relative;
	top: 10px;
	left: 0px;
	background-color: Transparent;
	background-image: url(winteractie_close.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 105px;
	margin: 0 0 0 290px;
	cursor: pointer;
}
div.WinteractieCloseHover
{
	position: relative;
	top: 10px;
	left: 0px;
	background-color: Transparent;
	background-image: url(winteractie_close_hover.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 105px;
	margin: 0 0 0 290px;
	cursor: pointer;
}
