

.wizardblock {
	position: relative;
	width: 643px;
	background: url('../images/wizard_block_pattern.png');
	margin-bottom: 25px;
}
.wizardblock .top {
	height: 3px;
	background: url('../images/wizard_block_top.png') no-repeat;
}
.wizardblock .middle {
	min-height: 50px;
	background: url('../images/wizard_block_middle.png') repeat-y;
	padding: 5px 12px;
}
.wizardblock .bottom {
	height: 23px;
	background: url('../images/wizard_block_bottom.png') no-repeat;
}
.wizardblock .bottom.last {
	background: url('../images/wizard_block_bottom_last.png') no-repeat;
}
.wizardblock.popup {
	background: none;
}
.wizardblock.popup .top {
	height: 3px;
	background: url('../images/popup_top.png') no-repeat;
}
.wizardblock.popup .middle {
	min-height: 50px;
	background: url('../images/popup_middle.png') repeat-y;
	padding: 5px 12px;
}
.wizardblock.popup .bottom {
	background: url('../images/popup_bottom.png') no-repeat;
}
.wizardblock .step {
	color: #444444;
	-moz-box-shadow:    0px 2px 5px 0px #B3C49B;
	-webkit-box-shadow: 0px 2px 5px 0px #B3C49B;
	box-shadow:         0px 2px 5px 0px #B3C49B;
	background: url('../images/button_background.png');
	background-size: 100% 103%; background-position:center;
	border: 1px solid #fea72f;
	border-radius: 3px 3px 3px 3px;
	display: block;
	height: 50px;
	width: 50px;
	font-size: 36px;
	text-align: center;
	float: left;
	margin-right: 15px;
}
.wizardblock .step small {
	font-size: 18px;
	font-family: calibri-bold, calibri, Sans-Serif;
}
.wizardblock .content {
	float: left;
}
.wizardblock .content.list {
	float: none;
}
.wizardblock .content h2 {
	margin: 0;	
}
.wizardblock.popup h2 {
	font-family: calibri;
	font-weight: normal;
	font-size: 30px;
	color: #81bd26;
}
.wizardblock .content .subtitle {
	position: relative;
	top: -5px;
}
.wizardblock .info {
	position: absolute;
	right: -205px;
	top: -4px;
	width: 200px;
	font-size: 12px;
}

.wizardblock ul.typeselect {
	position: relative;
	margin: 25px 0 25px 0;
}
.wizardblock ul.typeselect li {
	position: relative;
	background: none;
	margin: 0;
	padding: 0;
	clear: both;
	padding: 5px 0;
	cursor: pointer;
}
.wizardblock .content.list ul.typeselect li {
	left: -8px;
	padding-left:75px;
	width: 560px;
	border-bottom: 1px solid #DEEDC7;
}
.wizardblock .content.list ul.typeselect li.first {
	border-top: 1px solid #DEEDC7;
}
.wizardblock .content.list ul.typeselect li .preview {
	margin-top: 10px;
}
.wizardblock ul.typeselect li:hover, .wizardblock ul.typeselect li.selected:hover {
	background-color: #8fc53f;
	background: url('../images/list_selected.png');
/*	background-color: rgba(55, 86, 1, 0.1);*/
}
.wizardblock ul.typeselect li.selected {
	background: url('../images/header_background_pattern.png');
	
}
.wizardblock ul.typeselect li .title {
	font-size: 24px;
	width: 430px;
}
.wizardblock ul.typeselect li .subtitle {
	font-size: 14px;
}
.wizardblock ul.typeselect li .site {
	float: left;
}
.wizardblock ul.typeselect .preview {
	width: 105px;
	float: left;
	margin-right: 15px;
}
.wizardblock ul.typeselect .sticker {
	float: right;
	margin: 10px 25px 0 0;
}
.wizardblock ul.siteselect {
	max-height: 300px;
	overflow-x: hidden;
	left: -8px;
	width: 635px;
}
.wizardblock .adspaceclick {
	position: absolute;
	right: 0;
}
.wizardblock.step1-2 .content.list ul.typeselect li {
	width: 570px;
}
.bannerbuilder, .accountinfo {
	margin: 25px 0 25px 70px;
}
.bannerbuilder .builderrow, .accountinfo .builderrow {
	position: relative;
	margin: 7px 0;
}
.bannerbuilder label, .accountinfo label {
	width: 120px;
	display: inline-block;
	font-weight: bold;
	vertical-align: top;
	margin-top: 3px;
}
.accountinfo label.hebaleenaccount, .accountinfo label.voorwaarden {
	width: 500px;
}
.accountinfo label.voorwaarden {
	font-family: calibri,Sans-Serif;
	font-weight: normal;
}
.accountinfo label.hebaleenaccount input {
	width: auto;
}
.bannerbuilder input, .bannerbuilder select, .accountinfo input, .accountinfo select {
	width: 280px;
	padding: 5px;
	border: 1px solid #64813a;
	border-radius: 3px 3px 3px 3px;
	-moz-box-shadow:	inset 2px 2px 5px #ddd;
	-webkit-box-shadow: inset 2px 2px 5px #ddd;
	box-shadow:			inset 2px 2px 5px #ddd;
}
.bannerbuilder input[type=checkbox] {
	width: auto;
}
.bannerbuilder select {
	width: 292px;
}
.bannerbuilder .select {
	position: relative;
}
.bannerbuilder .selectdropdown {
	position: absolute;
	right: 6px;
	top: -3px;
	border: 0;
	background-image: url(../images/pulldown.png);
	background-position: center right;
	background-repeat: no-repeat;
	height: 28px;
	width: 24px;
	pointer-events:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/pulldown.png', sizingMethod='scale');
	/*background:none !important;*/
}
.bannerbuilder small {
	margin-left: 125px;
}
.banner_preview {
	display: inline-block;
    width: 350px;
}
.banner120x60, .banner120x600, .banner234x60, .banner300x250, .banner468x60, .banner728x90 {
/*	display: none;*/
	position: relative;
	margin-bottom: 5px;
}
.bannerview {
	display: none;
	position: absolute;
	z-index: 1000;
}
.bannerview img {
	display: none;
}
.bannerformat {
	font-weight: bold;
	background: url(../images/banner_ok.png) no-repeat;
	height: 21px;
	padding-left: 25px;
	cursor: pointer;
}
.bannerok {
	width: 20px;
	height: 20px;
	background: url(../images/banner_ok.png) no-repeat;
}
.bannerdelete {
	width: 20px;
	height: 20px;
	background: url(../images/banner_delete.png) no-repeat;
	cursor: pointer;
	display: inline-block;
	margin-left: 5px;
}
.wizardblock input[type=checkbox] {
	border: 0;
}
.wizardblock button {
	font-family: calibri-bold, calibri, Sans-Soerif;
	padding: 3px 0;
	color: #fff;
	-moz-box-shadow:    0px 2px 5px 0px #B3C49B;
	-webkit-box-shadow: 0px 2px 5px 0px #B3C49B;
	box-shadow:         0px 2px 5px 0px #B3C49B;
	text-shadow: -1px 1px 1px #97670b;
	background: url('../images/button_background.png');
	background-size: 100% 103%; background-position:center;
	border: 1px solid #fea72f;
	border-radius: 3px 3px 3px 3px;
	display: block;
	text-align: center;
	margin-right: 15px;
	cursor: pointer;
}
.wizardblock .nextbutton {
	width: 100%;
	font-size: 20px;
}

.wizardblock {
	display: none;
}
.wizardblock.step1 {
	display: block;
}
.uploaderror, .wizardblock .error {
	display: none;
	border: 2px dashed red;
	padding: 5px;
	width: 400px;
}
.clear {
	clear: both;
}
.wizardblock.popup {
	position: absolute;
	z-index: 10002;
}
.wizardblock.popup .content {
	width: 100%;
}
.wizardblock.popup .buttons {
	margin-top: 10px;
	text-align: center;
}
.wizardblock.popup button {
	float: left;
}
#linkioverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #000;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 10000;
	cursor: pointer;
}
#linkioverlayimg {
	position: absolute;
	z-index: 10001;
	-moz-box-shadow:    0px 0px 5px 0px #000;
	-webkit-box-shadow: 0px 0px 5px 0px #000;
	box-shadow:         0px 0px 5px 0px #000;
}