div.errors div.icon { 
float: left;
background-image:url(../../img/error_big.gif);

width:48px;
height:48px;
margin-right: 20px;
/* filter applies only to IE5+/Win */
}

div.errors p { margin-left: 68px; }
div.errors  { border:#D7D7D7 1px  solid;  padding: 10px; background-color:#f4f2f3; margin-bottom: 10px; }
div.errors h1 { font-size:12px; color:#DA0309; margin-bottom: 0px; border:0px;}


div.succeed div.icon { 
float: left;
background-image:url(../../img/info_icon.png);

width:48px;
height:48px;
margin-right: 20px;

}

div#not_finished_layer {
	opacity: 0.4;
	 filter: alpha(opacity = 40);

	background-color: #000;
	/*height: 100%;
	width: 100%;*/
	position: absolute;
		z-index: 90;
}
div#not_finished_msg{
	z-index: 100;
	position: absolute;
	width: 400px; 
	height: 100px;
	padding: 10px;
margin-top: auto;

	background-color: #fff;
	
	 
		-moz-border-radius:20px;	
	    -webkit-border-radius:20px;
		border-radius:20px;
	
		-moz-box-shadow: 4px 4px 4px  #4F4A4A;
		-webkit-box-shadow: 4px 4px 4px  #4F4A4A;
		box-shadow: 4px 4px 4px #4F4A4A;
		background-image:  -moz-linear-gradient(bottom, #DFDFDF, white);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#DFDFDF), to(white));
}
div#not_finished_msg h1 { font-size: 14px; margin-top: 7px;  margin-bottom: 10px;}
div#not_finished_msg div.icon { background: url(../../img/warning.png) no-repeat; width: 48px; height:48px; float: left; margin-right: 15px; margin-bottom: 35px; }


ul#faq-accordion {	
	margin-left: 30px;
	line-height: 30px;	
}
ul#faq-accordion a {
	font-weight: bold;
	color: #e440c3;	
}
ul#faq-accordion li  { list-style: square url(../../img/arrow_left.png); }
ul#faq-accordion li.active  { list-style: square url(../../img/arrow_bottom.png); }

ul#faq-accordion p {
	line-height: 15px;
}

table th { text-align: left;}

table.order_details { width: 500px;}
table.order_details  th { background: #F1F1F1 ; border: 1px solid #BFBFBF; padding: 2px; width: 150px;}
table.order_details  td { padding: 2px; border: 1px solid #BFBFBF; }


/* Anti bot beveiliging: dit blok niet wijzigen aub */
div.cf_ab {display:none; visibility: hidden;}
