@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:600px;
	top:0px;
	left:0px;
	margin:auto;
}

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

#cta {
	position: absolute;
	cursor:pointer;
	z-index:401;
width: 224px;
height: 36px;
left: 32px;

	top: 281px;
	border: 1px solid #0061b7;
	background: rgba(255, 255, 255, 1) url(cta-text.png) 0 -1px no-repeat;
	transition: top .5s;
}
#cta.move1 {
	top: 87px;
}

#cta.move {
	top: 93px;
}

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

.hidden {opacity: 0;}

#copy1 {
top: 68px;
left:32px;
	position: absolute;
	width:256px;
	height:86px;
	z-index:100;
	display:block;
	background: url('words.png') 0 0 no-repeat;
	transition: opacity .5s;
}
#copy2 {
top: 72px;
left:28px;
	position: absolute;
	width:256px;
	height:70px;
	z-index:100;
	display:block;
	background: url('words.png') 0 -99px no-repeat;
	transition: opacity .5s;
}
#copy3 {
top: 72px;
left:28px;
	position: absolute;
	width:256px;
	height:70px;
	z-index:100;
	display:block;
	background: url('words.png') 0 -182px no-repeat;
	transition: opacity .5s;
}

#copy4 {
top: 87px;
left: 27px;
	position: absolute;
	width:256px;
	height:31px;
	z-index:100;
	display:block;
	background: url('words.png') 0 -259px no-repeat;
	transition: opacity .5s;
}

#copy4a {
top: 113px;
left: 27px;
	position: absolute;
	width:256px;
	height:31px;
	z-index:100;
	display:block;
	background: url('words.png') 0 -290px no-repeat;
	transition: opacity .5s;
}

#copy4b {
top: 142px;
left: 28px;
	position: absolute;
	width:256px;
	height:23px;
	z-index:100;
	display:block;
	background: url('words.png') 0 -331px no-repeat;
	transition: opacity .5s;
}

#other-warning {
	color: black;
	font-weight: bold;
	font-size: 10px;
	line-height: 10px;
	position: absolute;
	top: 349px;
	left: 12px;
}
#safety-info {
	color: #0061b7;
	font-weight: bold;
	font-size: 11px;
	position: absolute;
	text-transform:uppercase;
	top: 380px;
	left: 12px;
}

.disclaimer {
	font-family: Arial, Helvetica, sans;
	color: black;
	font-size:11px;
	overflow:hidden;
	height: 192px;
	width:278px;
	position: absolute;
	z-index:500;
	bottom: 10px;
	left: 12px;
	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;
}
.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:11px;
	position: absolute;
	z-index: 500;
	top: 331px;
	left: 12px;
	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;}