      
    #lightbox-shadow, #wk-shadow, #cv-shadow, #beta-shadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
	z-index: 777;
	display: none;
    }

    #div_VINHALT {
	-webkit-border-radius: 14px; /* Safari 3-4, iOS 1-3.2, Android d1.6 */
	border-radius: 14px; /* Opera 10.5, IE9+, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */
	
	/* useful if you don't want a bg color from leaking outside the border: */
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.8); /* WebKit */
	-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.8); /* Firefox */
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.8); /* Standard */
	
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#000000');
	
	padding-top:0px;
	font-size:14px; 
	text-align:center;
    }