@charset "utf-8";

#videoModal {
     width:976px;
     height: 660px;
     margin: 20px auto;
     background-color: #fff;
     border:1px solid #000;
     padding:15px;
     text-align:center;
}

body {
     height:100%;
     margin:0;
     padding:0;
}

#outerDiv {
	opacity: 1;
	position: absolute;
	background-color: white;
	width: 980px;
	height: 700px;
	text-align: left;
	border: 1px solid #BFBDBB;
	margin-left: 23px;
	margin-top: 49px;
	display: table;
	overflow: visible;
	border-top-right-radius: 30px;
	-webkit-box-shadow: 0px 0px 6px 5px rgba(3, 0, 0, .05);
 	-moz-box-shadow: 0px 0px 6px 5px rgba(3, 0, 0, .05);
	box-shadow: 0px 0px 6px 5px rgba(3, 0, 0, .05); 
	z-index: 1000;
}

#innerDiv {
	opacity: 1;
	position: relative;
	background-color: white;
	width: 800px;
	height: 640px;
	text-align: centre;
/*	border: 1px solid #BFBDBB;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	display: table;
}
	
#closeButtonDiv {
	position: absolute;
	width: 26px;
	height: 26px;
	text-align: left;
	/*border: 1px solid #000000;*/
	/*border-radius: 13px;*/
	right: 0px;
	top: 0px;
	display: table;
	cursor: pointer;
	translateX(13px);
	translateY(-13px);
	background-image:url(close.png);
	background-repeat:no-repeat;
}

#iFrameVideo {
	width: 800px;
	height: 640px;
	border: 1px solid #AAA8A8;
}

#videoTitleDiv {
	width: 600px;
	height: 26px;
	margin-left: 15px;
	margin-top: 15px;
	font-family: open-sans;
	font-weight: 300;
	color: #575655;
	font-size: 16px;
}
