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

img[src$=".gif"], img[src$=".png"] {
                   image-rendering: -moz-crisp-edges;         /* Firefox */
                   image-rendering:   -o-crisp-edges;         /* Opera */
                   image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
                   image-rendering: optimizeQuality;
                   /*-ms-interpolation-mode: nearest-neighbor;   IE (non-standard property) */
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}x

:focus {outline:none;}
::-moz-focus-inner {border:0;}
body, body * {
	vertical-align: baseline;border: 0;outline: 0;padding: 0;margin: 0;
    /* PLEASE CHANGE THE PROPERTIES IF NEEDED BELOW BUT DO NOT REMOVE TOTALLY */
    font-family: sans-serif; 
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#container_dc {
    z-index:20;position: absolute;top: 0px;left: 0px;margin: auto;overflow: hidden;
    /* PLEASE CHANGE THE PROPERTIES IF NEEDED BELOW BUT DO NOT REMOVE TOTALLY */
    width: 298px;
	height:248px;
    background-color: #000000;
    border:1px solid #666666;
}
#content_dc {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 100;
    overflow: hidden;
    visibility: hidden;
}
#hotspot {
    position: absolute;
    top:0px;left:0px;
    height: 100%;
    width:100%;
    cursor: pointer;
}

#logo{
    position: absolute;
    background-image: url(_img/logo.png);
	width: 257px;
	height:39px;
    left: 23px;
    top: 124px;
}

#ctaBtn{
    position: absolute;
    background-image: url(_img/cta.png);
    width: 124px;
    height: 30px;
    left: 87px;
    top: 183px;
}

#vapor{
    font-family: sans-serif;
    font-size: 7px;
    color: #e6e7e8;
    top: 15px;
    right: 2px;
    width: 100%;
    position: absolute;
    text-align: right;
    
}

#legalLine1{
    font-family: sans-serif;
    font-size: 7px;
    line-height: 10px;
    text-align: center;
    color: #e6e7e8;
	bottom: 2px;
    left: 0px;
    width: 100%;
	position:absolute;
}
#legalLine2{
    font-family: sans-serif;
    font-size: 7px;
    line-height: 10px;
    color: #e6e7e8;
    bottom: 2px;
    right: 0px;
    width: 100%;
	position:absolute;
    text-align: center;
    opacity: 0;
}
#legalHotspot{
	width:70px;
	height:20px;
	right:0px;
	top:0px;
	position:absolute;
    cursor:pointer;
	z-index:20;	
}
#legal2{
	background-image: url(_img/legal2.png);
	width:300px;
	height:250px;
	top:-250px;
	position:absolute;
	z-index: 40;
}
#title1{
	left:112px;
}
#title2{
	left:112px;
}
#title3{
	left:84px;
}
.title{
	top:60px;
	position:absolute;
	width:auto;
	height:auto;
}
#legal1{
	position: absolute;
	top:0;
	left:0;
	width: 300px;
	height:250px;
	display:none;
	background-image: url(_img/legal1.png);
    z-index: 133;
}
#warningInfo{
    position: absolute;
    background-image: url(_img/warning.png);
    width:62px;
    height:12px;
    right:0px;
    top:0px;    
}
.legalStart{
	bottom:-100px;
}
.legalEnd{
    bottom:0;
}
#legalTimer{
	position: absolute;
	font-family:sans-serif;
	background-color: darkgray;
	color:white;
	width:27px;
	height: 18px;
	right:0;
	bottom:0;
	font-size: small;
    text-decoration: none;
    padding: 3px;
	z-index:200;	
}
#bkg {
    position: absolute; top: 0px; left: 0px;
    background: url(_img/bg.jpg) no-repeat;
	width: 300px;
	height:250px;
}
