.container {
	z-index:5;
	width: 895px;
	margin-top: 50px;
	margin-left:auto;
	margin-right:auto;
	-moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari and Chrome */
    border-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	-webkit-box-shadow: 2px 2px 6px 3px #adadad;
	-moz-box-shadow: 2px 2px 6px 3px #adadad;
	box-shadow: 2px 2px 6px 3px #adadad;
    behavior: url(rv-virtual-tour/css/ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
	background-color:#FFF;
	position:relative;
}

.logo {

margin-left: 20px;
padding-top: 10px;

}

.video {

	width: 853px;
	height: 500px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 20px;
	margin-bottom: 10px;

}

.disclaimer {

font-family: arial;
font-size: 10px;
width: 853px;
margin: auto;
padding-bottom: 10px;

}