#overlay{ 
    background-image: url(http://www.joinmytrip.de/scripte/overlay.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
}

* html #overlay{;
    background-color: transparent;
    background-image: url(http://www.joinmytrip.de/scripte/blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src="http://www.joinmytrip.de/scripte/overlay.png", sizingMethod="scale");
}


#flashcontent {
	margin:5% 0 0 -10%;
	border:3px solid #000;
	width:720px;
	}
*+html #flashcontent {
	margin:5% 0 0 -7%;
	border:3px solid #000;
	width:720px;
	}

#box{
	margin:10% 0;
	padding: 0;
	overflow: none;
}

#box2{
    background:#FFF;
	margin: 0;
	padding: 0;
	overflow: none;
}

#box #close{
    position:absolute;
    top:0px;
    right:0px;
    cursor:pointer;
}

#box {
text-align:center;
}

#boxContents {
padding:0 0 0 40px;
text-align:center;
}

.center_lightbox {
border-bottom:400px solid #3D3D3D;
width:500px;
height:30px;
}

.video {
margin:30px 0 0 -70px;
}
*+html .video {
margin:30px 0 0 -50px;
}
