div#actiebanner {
	overflow: hidden;
	width: 200px !important;
	margin: 0;
}


div#content_right div.actie {
	float: left;
	display: inline;
	overflow: hidden;
	width: 750px;
	height: 375px;
	background: url(../img/site/actie_bg.jpg) no-repeat;
}

div#content_right div.actie p {
	font-size: 13px;
	color: #e32477;
	font-style: italic;
	font-weight: bold;
	width: 500px;
	margin-left: 30px;
}

div#content_right div.actie2 {
	float: left;
	display: inline;
	overflow: hidden;
	width: 750px;
	height: 375px;
	background: url(../img/site/actie_bg2.jpg) no-repeat;
}

div#content_right div.actie2 p {
	font-size: 13px;
	color: #e32477;
	font-style: italic;
	font-weight: bold;
	width: 500px;
	margin-left: 30px;
}

fieldset.actie {
	position: absolute;
	width: 465px;
	height: 200px;
	top: 275px;
	margin-left: 40px;
	border: 0;
}

fieldset.actie label {
	display: block;
	font-size: 9px;
}

fieldset.actie label.code {
	position: absolute;
	left: 315px;
	top: 0px;
	color: #fff;
}

fieldset.actie input.text {
	width: 270px;
	margin-bottom: 10px;
}

fieldset.actie input.code {
	position: absolute;
	left: 315px;
	top: 18px;
	width: 145px;
}

.validationcode{
	position: absolute;
	left: 467px;
	top: 18px;
	
}

fieldset.actie input.submit {
	border: 0;
	width: 97px;
	height: 19px;
	background: url(../img/site/actie_submit.gif) no-repeat;
	position: absolute;
	left: 190px;
	top: 175px;
}

fieldset.actie .foutmelding
{
	position: absolute;
	left: 0px;
	top: 260px;
	color: #FF0000;
	width: 500px;
}