body {
	margin: 0;
	padding: 0;
}

::selection {
	background: #25c8e9;
}

img {
	border: none;
}

.left {
	float:left;
}

.right {
	float:right;
}

div.rsi_popup_wrapper {
	width: 813px;
	height: 646px;
	background: url(images/background.png);
	font-family: Arial;
	overflow: hidden;
}

div.rsi_popup_inner {
	padding: 32px 31px;
}

div.rsi_popup_header {
	position:relative;
	width: 740px;
	height: 95px;
}

.rsi_popup_header img {
	position:absolute;
	top:-12px;
	right:-32px;
}

div.rsi_popup_content {
	position:relative;
	z-index:1;
	width: 740px;
	height: 416px;
	margin:0 auto;
	background: #eee;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	overflow: hidden;
}

div.rsi_popup_content a {
	cursor: pointer;
}

.rsi_popup_content #video_play_btn {
	position:absolute;
	z-index:10;
	top:167px;
	left:329px;
	opacity:0.75;
}

div.rsi_popup_content img.image_frame, div.rsi_popup_content img.video_image_frame,
div.rsi_popup_content img.text_overlay {
	position: absolute;
}

div.video_player_desktop, div.video_player_mobile {
	display: none;
	position: absolute;
}

div.video_player_mobile video {
	width: 1px;
	height: 1px;
	visibility: hidden;
}

div.rsi_popup_content_hidden {
	display: none;
}

div.rsi_popup_footer {
	font-size: 9px;
	color: #333;
}

div.rsi_popup_footer a {
	color: #333;
}

div.rsi_popup_footer_text {
	margin: 3px 6px;
}

.rsi_popup_footer_text.safety {
	margin:14px -3px 0 0;
}

div.rsi_popup_footer_button {
	float: right;
	margin: 4px 3px 0 0;
}