#popup-background
{
	background:#000000;
	height:100%;
	left:0;
	opacity:0.75;
	position:absolute;
	top:0;
	width:100%;
	display: none;
	z-index:90;
    #filter: alpha(opacity = 75);
}
.popup
{
	position: absolute;
	left: 100px;
	top: 10px;
    width: 520px;
	z-index: 100;
	margin-bottom: 20px;
    display: none;
}
    .popup .top
	{
		width: 100%;
	}
		.popup .top .left-bg
		{
			float: left;
			margin: 0 0 0 -10px;
			height: 10px;
			width: 10px;
			background: transparent url(../image/popup/popup.top.left.png) no-repeat;
            _background: 0;
            _position: relative;
            _left: -10px;
            _top: 15px;
            _margin: 0;
            _filter: progid:dximagetransform.microsoft.alphaimageloader(src='http://www.bliv-laerer.dk/image/popup/popup.top.left.png', sizingmethod='crop');


        }
		.popup .top .right-bg
		{
			float: right;
			margin: 0 -10px 0 0;
			height: 10px;
			width: 10px;
			background: transparent url(../image/popup/popup.top.right.png) no-repeat;
		    _background: 0;
            _position: relative;
            _right: -10px;
            _top: 15px;
            _margin: 0;
            _filter: progid:dximagetransform.microsoft.alphaimageloader(src='http://www.bliv-laerer.dk/image/popup/popup.top.right.png', sizingmethod='crop');

        }
		.popup .top div
		{
			width: 100%;
			height: 10px;
            _overflow: hidden;
			background: #FFFFFF;
		}

	.popup .content
	{
		position: relative;
		width: 100%;
        margin: 0 0 0 -10px;
		padding: 0 20px 0 0;

		background: #FFFFFF;
	}
		.popup .content .close
		{
			text-decoration:underline;
			color: #66C834;
			cursor: pointer;
			position: absolute;
			top: -4px;
			right: 8px;
		}
		.popup .content .container
		{
			padding: 20px 0 20px 30px;
		}

        .popup .content .container a
        {
            color: #0099FF;
            text-decoration: underline;
        }

	.popup .bottom
	{
		width: 100%;
	}
		.popup .bottom .left-bg
		{
			float: left;
			margin: 0 0 0 -10px;
			height: 10px;
			width: 10px;
			background: transparent url(../image/popup/popup.bottom.left.png) no-repeat;
		    _background: 0;
            _position: relative;
            _left: -10px;
            _margin: 0;
            _filter: progid:dximagetransform.microsoft.alphaimageloader(src='http://www.bliv-laerer.dk/image/popup/popup.bottom.left.png', sizingmethod='crop');

        }
		.popup .bottom .right-bg
		{
			float: right;
			margin: 0 -10px 0 0;
			height: 10px;
			width: 10px;
			background: transparent url(../image/popup/popup.bottom.right.png) no-repeat;
            _position: relative;
            _right: -10px;
            _margin: 0;
		    _background: 0;
            _filter: progid:dximagetransform.microsoft.alphaimageloader(src='http://www.bliv-laerer.dk/image/popup/popup.bottom.right.png', sizingmethod='crop');

        }
		.popup .bottom div
		{
            _position: relative;
            _top: -15px;
            _overflow: hidden;
			width: 100%;
			height: 10px;
			background: #FFFFFF;
		}

#popup-videoplayer
{
    width: 670px;
}