@charset "UTF-8";
/* CSS Document */

body, body * {
	font-family: Arial, Helvetica, sans;
	color: black;
	font-size:11px;
	vertical-align:baseline;
	border:0 none;
	outline:0;
	padding:0;
	margin:0;
	background-color:transparent;
}
body {background:white;}
.ie10 .ignore {display:none !important;}

#container{
	position:absolute;
	width:300px;
	height:250px;
	top:0px;
	left:0px;
	margin:auto;
}

#collapsed {
	position: absolute;
	width:298px;
	height:248px;
	border:1px solid #666666;
	z-index:100;
	display:block;

}

#bg_images {
	position: absolute;
	width:298px;
	height:248px;
	border:1px solid #666666;
	z-index:-100;
	display:block;
	background: url('bg.jpg') 0 0px no-repeat;
	transition: opacity 1s;
}


#cta {
	position: absolute;
	cursor:pointer;
	z-index:401;
	width: 144px;
	height: 23px;
	left:17px;
	top:69px;
	border: 1px solid #0061b7;
	background: rgba(255, 255, 255, 1) url(cta-text.png) -15px 1px no-repeat;
	transition: opacity .5s;
}
#cta.move1 {
	top: 87px;
}

#cta.move {
	top: 93px;
}

#cta:hover {
/*border-color:white;*/
background: #0061b7 url(cta-text.png) -15px -23px  no-repeat;
}

.hidden {opacity: 0;}

#copy1 {
top: 36px;
left:17px;
	position: absolute;
	width:205px;
	height:80px;
	z-index:100;
	display:block;
	background: url('words.png') 0 0 no-repeat;
	transition: opacity .5s;
}
#copy2 {
top: 50px;
left:17px;
	position: absolute;
	width:205px;
	height:48px;
	z-index:100;
	display:block;
	background: url('words.png') 0 -139px no-repeat;
	transition: opacity .5s;
}
#copy3 {
top: 47px;
left:17px;
	position: absolute;
	width:205px;
	height:48px;
	z-index:100;
	display:block;
	background: url('words.png') 0 -190px no-repeat;
	transition: opacity .5s;
}

#terms {
	position: absolute;
	cursor:pointer;
	z-index:401;
	width: 106px;
	height: 9px;
	left: 17px;
	top: 98px;
	display:block;
	background: url('terms.png') 0 0 no-repeat;
	transition: opacity .5s;
}


#other-warning {
	color: black;
	font-weight: bold;
	font-size: 11px;
	line-height: 10px;
	position: absolute;
	top: 115px;
	left: 15px;
	padding-right:0px;
}
#safety-info {
	color: #0061b7;
	font-weight: bold;
	font-size: 11px;
	position: absolute;
	text-transform: uppercase;
	top: 149px;
	left: 15px;
	width: 243px;
}

.disclaimer {
	font-family: Arial, Helvetica, sans;
	color: black;
	font-size:11px;
	overflow:hidden;
	height: 68px;
	width:278px;
	position: absolute;
	z-index:500;
	bottom: 16px;
	left: 15px;
	line-height: 13px;
}

#scroller {
padding-right:10px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

#fda-link {
color: #0061b7;
text-decoration:none;
cursor:pointer;
z-index:500;
}

.disclaimer ul {
list-style-type:none;
margin: 4px; padding: 0;
}
.disclaimer li {
margin: 3px; padding: 0 0 0 6px;
background: url(dot.png) -3px 0 no-repeat;
}
.disclaimer img {vertical-align:middle;}

#prescribing-info {
	font-family: Arial, Helvetica, sans;
	text-decoration: underline;
	color: #0061b7;
	font-size:10px;
	position: absolute;
	z-index: 500;
	bottom: 2px;
	left: 15px;
	cursor:pointer;
}

#exit_btn{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	cursor:pointer;
	z-index:400;
	background:url(trans.gif);
}

.iScrollIndicator {
border: none !important;
border-radius: 0 !important;
background: #0064a9 !important;
}
.iScrollVerticalScrollbar  {
width: 4px !important;
border: 1px solid #0064a9 !important;
}

#subload.polite *:not(#cta) {background-image: none !important;}
