#dvGlobalMask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	background-color:#464848;
}

#videopopup {
    background: none repeat scroll 0 0 #000;
    display: none;
    padding-bottom: 5px;
	position: absolute;
    z-index: 9001;
	border: 5px solid #fff;
	position:relative;
}

.modalnav {
    cursor: pointer;
    height: 46px;
	width: 44px;
	position:absolute;
	right:-35px;
	top:-35px;
	background: url("/admin/images/v3/closebtn.png") 0px 0px;
}

.modalnav:hover {
    background: url("/admin/images/v3/closebtn.png") 0px 0px;
}

.clear {
    clear: both;
    display: block;
}

.container {
	width:900px;
	margin:0 auto;
	background-color: #fff;
	padding:20px;
	margin-top:40px;
	margin-bottom:40px;
}

.left {
	float:left;
	margin-right:90px;
}

.right {
	float:left;
}

.left a, .right a {
	border:0;
}

img {
	border:0;
}


@media screen and (max-width: 1024px) {
	#videopopup {
		max-width:80%;
	}
	
	iframe {
		max-width:100%;
	}
}
