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

/* Default style, feel free to remove if not needed. */
body, body * {
	vertical-align: baseline;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
}
a {
	cursor:pointer;
}

/* Div layer for the entire banner. */
#container {
	position: absolute;
	width: 298px;
	height: 248px;
	left: 0px;
	top: 0px;
	/*overflow:hidden;*/
	background-color: #ffffff;
	border: 1px solid #fc6719;
}
#content {
	position: absolute;
	width: 298px;
	height: 248px;
	left: 0px;
	top: 0px;
	background-repeat:no-repeat;
}
#txt{
	position: absolute;
	width: 298px;
	height: 170px;
	left: 0px;
	top: 0px;
	overflow: hidden;
	z-index: 200;
}
#txt0{
	position: absolute;
	left: 17px;
	top: 18px;
	display: none;
}
#txt1{
	position: absolute;
	left: 73px;
	top: 71px;
	display: none;
}
#txt2{
	position: absolute;
	left: 73px;
	top: 71px;
	display: none;
}
#txt3{
	position: absolute;
	left: 17px;
	top: 71px;
	display: none;
}
#txt3a{
	position: absolute;
	left: 0px;
	top: 0px;
}
#txt3b{
	position: absolute;
	left: 102px;
	top: 0px;
}
#txt4{
	position: absolute;
	left: 26px;
	top: 21px;
	display: none;
}
#cta{
	position: absolute;
	left: 75px;
	top: 95px;
	display: none;
	z-index: 600;
	cursor: pointer;
}
#logo{
	position: absolute;
	left: 195px;
	top: 117px;
	z-index: 600;
	cursor: pointer;
}
.txt1Char{
	position:absolute;
}
#piBtn{
	position: absolute;
	left: 9px;
	top: 153px;
	z-index: 600;
	cursor: pointer;
}
#medGuideBtn{
	position: absolute;
	left: 115px;
	top: 153px;
	z-index: 600;
	cursor: pointer;
}
#bg{
	width: 298px;
	height:168px;
	z-index: 100;
	border-bottom: 1px solid #9d9fa1;
}
#isi-content li{
   margin-bottom: 5px;
}
#isi-content p{
 margin-bottom: 5px;
  /*margin: 4px 0 10px 6px;*/
}
.isi-list{
	margin-left:15px;
	list-style-type:disc;
}
.isi-nested-list{
	margin-left:25px;
}
.isi-nested-list ul{
	list-style-type:circle;
}
#isi-content sup{
	font-size: 7px;
	vertical-align: 3px;
}
#isi-content h3{
	font-size: 15px;
	color: #0397d6;
	font-weight: bold;
	line-height: 13px;
	margin-top: 15px;
	margin-bottom: 6px;
}
#isi-content h4{
	font-weight: bold;
	margin-bottom: 5px;
}
#isi-content img{
	margin-top: 15px;
	margin-bottom: 5px;
}
#isi-content .footer{
	margin-left: 16px;
	letter-spacing:-.2px;
}
#isi-content a{
	color:#0397d6;
	cursor: pointer;
	text-decoration: underline;
}
.isi-sub-header{
	font-weight: bold;
}
#background_exit {
	position: absolute;
	width: 298px;
	height: 170px;
	left: 0px;
	top: 0px;
	cursor: pointer;
	opacity: 0;
	z-index: 500;
}
:focus {outline:none;}
::-moz-focus-inner {border:0;}