#xp #primary-content {
	position: relative;
	margin: 16px 0 45px;
}
#xp #age-gate {
	display: none;
	position: absolute;
	top: 0;
	background: #000 url(/xp/img/age-gate.jpg) 50% 50% no-repeat;
	width: 589px;
	height: 331px;
	text-align: center;
}

#xp #age-gate .dob-prompt {
	width: 300px;
	margin: 0 auto;
	padding: 120px 0 0 0;
	text-align: left;
}

#xp #age-gate h2 {
	color: #74af05;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#xp #age-gate h2 span {
	clear: both;
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 16px;
}

#xp #age-gate fieldset {
	margin-bottom: 20px;
}

#xp #age-gate input {
	float: left;
	color: #fff;
	background: #151515;
	border: solid 2px #676767;
	font-weight: bold;
	margin: 0 15px 0 0;
	padding: 8px; 
}

html.touch #xp #age-gate input {
	width: 25px;
}

html.touch #xp #age-gate input#age-gate-year {
	width: 50px;
}

#xp #age-gate input.default {
	color: #737981;
}

#xp #age-gate fieldset.error input {
	border: solid 2px #ff470f;
}

#xp #age-gate fieldset .error-message {
	display: none;
	clear: both;
	color: #ff470f;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0;
}

#xp #age-gate fieldset.error .error-message {
	display: block;
}

#xp #age-gate .submit {
	display: block;
	width: 102px;
	height: 25px;
	background: transparent url(/xp/img/btn_form.png) 0 0 no-repeat;
	text-indent: -999em;
}
#xp #age-gate .submit:hover { background-position: 0 -30px; }

#xp #video-player iframe,
#xp #video-player,
#xp #image-viewer {
	width: 589px;
	height: 331px;
	display: block;
	background-color: #000;
}

#xp #image-viewer {
	background: #000 url(/mw3/img/bg/bg_image-viewer.jpg) center bottom no-repeat;
}

#video-player,
#video-player-share {
	display: none;
}

#xp object:focus {
	outline:none;
}

#xp .video-player-share-options {
	position: relative;
	padding: 40px 15px 20px 15px;
}

#xp #video-player-share fieldset {
	float: left;
	width: 250px;
	margin: 0 50px 0 0;
}

#xp #video-player-share fieldset.last {
	margin: 0;
}

#xp #video-player-share label {
	color: #fff;
	display: block;
	margin: 0 0 10px 0;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

#xp #video-player-share textarea {
	color: #676767;
	background: #ddd;
	border: none;
	width: 220px;
	height: 4em;
	padding: 15px;
	resize: none;
	font-size: 13px;
}

#xp #video-player-share .copy-share-link {
	float: right;
	font-size: 11px;
	margin: 10px 0 0 0;
}

#xp .video-player-embed-close {
	display: block;
	background: url(/xp/img/btn_form.png) -120px 0  no-repeat;
	position: absolute;
	top: 10px;
	right: 15px;
	width: 15px;
	height: 15px; 
	text-indent: -999em;
	overflow: hidden;
	cursor: pointer;
}
