* {
	padding: 0;
	margin: 0;
	border: 0;
}

li {
	list-style: none;
}

#container {
	width: 298px;
	height: 248px;
	border: 1px solid #666666;
	position: relative;
	overflow: hidden;
	font-family: Helvetica, sans-serif;
}

.positionAb {
	position: absolute;
}

#frame1 {
	opacity: 0;
	z-index: 0;
	position: relative;
}

#frame1Text {
	top: 18px;
	left: 30px;
	opacity: 0;
}

#frame2 {
	top: 0px;
	opacity: 0;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	z-index: 1;
}

#frame2Text {
	top: 23px;
  right: 20px;
	opacity: 0;
}

#logo {
	text-align: center;
	top: 13px;
	left: 12px;
	width: 100%;
	opacity: 0;
}

#textframe1,
#textframe2,
#textframe3,
#textframe4 {
	width: 100%;
	text-align: center;
	opacity: 0;
}

#textframe1 {
	top: 79px;
	left: 1px;
}

#textframe2 {
	top: -1px;
	left: -1px;
}
#textframe3 {
	top: 88px;
	left: -1px;
}
#textframe4 {
	top: 84px;
	left: -3px;
}

#textframe5 {
	left: 19px;
	top: 142px;
	opacity: 0;
}

#cta {
	top: 138px;
	left: 145px;
	opacity: 0;
}

#logotop {
	top: 9px;
	left: 8px;
	opacity: 0;
}


#scrollview {
	height: 56px;
	width: 282px;
	margin-top: 1px;
	overflow-y: scroll;
	font-size: 10px;
	color: #333333;
	padding: 0px 8px 0px 8px;
}

#innerwrap {
	width: 298px;
	background: #fff;
	bottom: -102px;
	padding: 0px 0px 34px 0px;
	z-index: 999;
	font-size: 12px;
	box-shadow: 0px 1px 1px #AAA, 0px -1px 1px #AAA;
}

#scrollview::-webkit-scrollbar {
	width: 9px;
}

#scrollview p {
	padding: 9px 0 0 0;
	letter-spacing: 0.2px;
	line-height: 11px;
}

#scrollview p strong {
	color: #000;
	font-weight: bold;
}

#scrollview::-webkit-scrollbar-thumb {
	background: url(scrollbg.gif) no-repeat repeat left top;
	height: 31px;
}

#scrollview::-webkit-scrollbar-track {
	background-color: #cbcdcd;
}

.list {
	padding-bottom: 10px;
}

.list li {
	margin: 9px 0 0px 16px;
	line-height: 11px;
	background: url(listbg.gif) no-repeat left 4px;
	padding: 0 0 0 7px;
}

.sublist {
	padding: 0 0 0 13px;
}

.sublist li {
	margin: 5px 0 0 0;
	background: url(listbg-small.gif) no-repeat left 4px;
	padding: 0 0 0 5px;
}

#scrollview p b {
	display: block;
	color: #430098;
}

#scrollview a {
	color: #82bc00;
}

#footerlogo {
	margin: 15px 0 10px 0;
}

#serial-footer {
	margin: 15px 10px 10px 10px;
	float: right;
}

.list li.sublistwrap {
	background: none;
}

#clickTag1 {
	left: 0;
	top: 0;
	width: 298px;
	height: 248px;
	z-index: 90;
	display: block;
	background-color: rgba(0, 0, 0, 0);
}

#footer {
	height: 20px;
	line-height: 14px;
	width: 298px;
	text-align: center;
	background: #e7e7e7;
	bottom: -45px;
	z-index: 9999;
	border-top: 1px solid #888;
	box-shadow: 0px 1px 1px #888, 0px -1px 1px #888;
}

#footer a {
	text-decoration: underline;
	color: #400099;
	font-size: 11px;
  font-weight: bold;
  letter-spacing: -0.1px;
  position: relative;
  top: 2px;
  left: -2px;
}

.isi-title {
	letter-spacing: 0px;
	font-size: 10px;
	color: #430097 !important;
}

@-moz-document url-prefix() { 
  .firstLine {
    font-size: 3px !important;
		line-height: 3px !important;
  }
}