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

body, body * {
	vertical-align:baseline;
	border:0 none;
	outline:0;
	padding:0;
	margin:0;
}

#exit_btn{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:transparent;
	cursor: pointer !important;
	z-index:800;
}

#container{
	position:absolute;
	width:300px;
	height:30px;
	top:0px;
	left:0px;
	margin:auto;
	z-index: 20;
}

/*  Content*/

#content{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 298px;
	height: 28px;
	border: 1px solid #666666;
	background-color: #ffffff;
	background-image: url('bg.jpg');
	background-repeat: no-repeat;
	z-index: 300;
	display: block;
	overflow-x: hidden;
	overflow-y: hidden;
}

#frame{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 298px;
	height: 28px;
	background-image: url('frame.png');
	background-repeat: no-repeat;
	z-index: 600;
}

#capitalE{
	position:absolute;
	left: 107px;
  	top: 4px;
  	width: 16px;
  	height: 20px;
	background-image:url('capital_E.png');
	background-repeat: no-repeat;
	z-index: 301;
	opacity: 0;
	filter: alpha(opacity=0); /* For IE 8,9 */ 
}

#text1{
	position:absolute;
	left: 126px;
  	top: 2px;
  	width: 111px;
  	height: 25px;
	background-image:url('text1.png');
	background-repeat: no-repeat;
	z-index: 301;
	opacity: 0;
	filter: alpha(opacity=0); /* For IE 8,9 */ 
}

#capitalB{
	position:absolute;
	left: 107px;
  	top: 3px;
  	width: 18px;
  	height: 22px;
	background-image:url('capital_B.png');
	background-repeat: no-repeat;
	z-index: 301;
	opacity: 0;
	filter: alpha(opacity=0); /* For IE 8,9 */ 
}

#text2{
	position:absolute;
	left: 128px;
  	top: 2px;
  	width: 141px;
  	height: 22px;
	background-image:url('text2.png');
	background-repeat: no-repeat;
	z-index: 401;
	opacity: 0;
	filter: alpha(opacity=0); /* For IE 8,9 */ 
}

#capitalH{
	position:absolute;
	left: 104px;
  	top: 3px;
  	width: 22px;
  	height: 22px;
	background-image:url('capital_H.png');
	background-repeat: no-repeat;
	z-index: 301;
	opacity: 0;
	filter: alpha(opacity=0); /* For IE 8,9 */ 
}

#text3{
	position:absolute;
	left: 128px;
  	top: 2px;
  	width: 131px;
  	height: 25px;
	background-image:url('text3.png');
	background-repeat: no-repeat;
	z-index: 501;
	opacity: 0;
	filter: alpha(opacity=0); /* For IE 8,9 */ 
}

#cta{
	position:absolute;
	left: 51px;
  	top: 3px;
  	width: 134px;
  	height: 21px;
	background-image:url('cta.gif');
	background-repeat: no-repeat;
	z-index: 501;
	opacity: 0;
	filter: alpha(opacity=0); /* For IE 8,9 */ 
}



