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

body, body * {
	font-family: Arial, Helvetica, sans;
	color: white;
	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;
	background-color: #000000;
}

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

}

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


#bg_images2 {
	position: absolute;
	width:298px;
	height:140px;
	top:0px;
	z-index:10;
	display:block;
	background: url('bg2.jpg') 0 0 no-repeat;
	transition: opacity 1s;
}


	

#logo_link {
	position: absolute;
	width:180px;
	height:45px;
	top:0px;
	z-index:405;
	cursor:pointer;
}
	

#cta {
	position: absolute;
	cursor:pointer;
	z-index:500;
	width: 72px;
	height: 19px;
	left: 12px;
	top: 89px;
	display:block;
	background: url('cta-text.jpg') 0px 0px no-repeat;
	transition: opacity .5s;
}
	

#cta:hover {
/*border-color:white;*/
background: url('cta-text.jpg') 0px -24px no-repeat;
}

.hidden {opacity: 0;}

.move {transform: translate(-500px,0);}



#copy1 {
top: 60px;
left:2px;
	position: absolute;
	width:205px;
	height:40px;
	z-index:100;
	display:block;
	background: url('words.png') 0 0 no-repeat;
	transition: opacity .5s;
	
}
#copy2 {
top: 60px;
left:2px;
	position: absolute;
	width:205px;
	height:48px;
	z-index:100;
	display:block;
	background: url('words.png') 0 -61px no-repeat;
	transition: opacity .5s;
}
#copy3 {
top: 60px;
left:2px;
	position: absolute;
	width:154px;
	height:48px;
	z-index:100;
	display:block;
	background: url('words.png') 0 -116px no-repeat;
	transition: opacity .5s;
}

#copy3_link {
top: 60px;
left:502px;
	position: absolute;
	width:154px;
	height:48px;
	z-index:450;
	cursor:pointer;
	background-color:transparent;
	
	
}





#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;
}




#safety-info {
	color: #ffffff;
	font-weight: normal;
	font-size: 11px;
	position: absolute;
	top: 132px;
	left: 12px;
	width: 290px;
	z-index: 600; 
}

.disclaimer {
	font-family: Arial, Helvetica, sans;
	color: black;
	font-size:11px;
	overflow:hidden;
	height: 80px;
	width:282px;
	position: absolute;
	z-index:500;
	bottom: 5px;
	left: 12px;
	line-height: 13px;
	cursor:pointer;
}

#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 {
background-color:#000000;	
color: #ffffff;
text-decoration:underline;
cursor:pointer;
z-index:750;
height:14px;
width:120px;
vertical-align:top;
}


.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 {
	width: 200px;
	font-family: Arial, Helvetica, sans;
	color: #ffffff;
	text-decoration: underline;
	font-size: 10px;
	position: absolute;
	z-index: 600;
	top: 117px;
	left: 12px;
	cursor: pointer;
	background-color: transparent;
}



#prescribing-info a {
	
	font-family: Arial, Helvetica, sans;
	color: #0061b7;
	font-size:10px;
	text-decoration: underline;
	cursor:pointer;
	background-color: transparent;
}





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





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

}

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