/* By CardServices 2010 MFW - Baangarantie POPUP */
#popupBG { 		display:block;
				position:absolute;z-index:6;
				/*background-image :url('/_images/popupbg/FOA071popup01.png');
				background-repeat:no-repeat;*/
				background-color:#363D46;
				width:100%;
				height:100%;
				visibility:hidden;
				opacity:0.6;filter:alpha(opacity=60);
			}
#popupContent { 		display:block;
				position:absolute;z-index:7;
				background-image :url('/_images/popupbg/FOA092-popup_scherm-10-10.png');
				background-repeat:no-repeat;
				border:1px solid #222222;
				visibility:hidden;
				width:641px;
				height:456px;
				
		
			}
#popupContent2 { 		display:block;
				position:absolute;z-index:7;
				background-image :url('/_images/popupbg/FOA071popup02.png');
				background-repeat:no-repeat;
				border:2px solid #222222;
				visibility:hidden;
				width:640px;
				height:456px;
				color:#000000;
				
				
		
			}
			
#popupContent2 a { text-decoration: none; }
#popupContent2 a:hover { text-decoration: underline; }

/* Button to make popup visible */
.popcontentButton { z-index:4;position:relative;visibility:hidden;cursor:pointer;}
/* Button to make popup hidden */
.popcontentCloseButton { margin: auto;z-index:8;position:absolute;visibility:hidden;cursor:pointer;}

.floattxt { 
				display:block;
				z-index:8;
				position:relative;
				left:259px;
				top:329px;
				float:left;
				}
.floattxt a { 
				color:#ffffff;
				font-size:13pt;
				font-family: Times New Roman;
				text-decoration: underline;
				}
.floattxt a:hover { 
				text-decoration: underline;
				}

