
body, body * {
    vertical-align: baseline;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    /*    font-size: 9pt;*/
    /* color: #fd0000; */
}

#container {
    position:absolute;
    width:300px;
    height:250px;
    background:#fff;
    box-sizing: border-box;
    border: 1px solid black;
    top: 0px;
    left: 0px;
    overflow: hidden;
    display: none;
}
#exit {
    position:absolute;
    width:100%;
    height:100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
}

#background{
    position:absolute;
    background-image: url(bg.jpg);
    background-size: 300px 250px;
    width:300px;
    height:250px;
    top: 0px;
    left: 0px;
}

#txt{
    position:absolute;
    background-image: url(txt.svg);
    width:300px;
    height:250px;
    top: 0px;
    left: 0px;
}

/*******************CTA**************/
/* 
#cta{
    position: absolute;
    background:url(cta.svg);
    width: 300px;
    height: 50px;
    top: 0px;
    left: 0px;
    overflow: hidden;
} */
/********************** DISCLAIMER ***********************/
#claimCopy{
    position: absolute;
    bottom: 2px;
    right: 3px;
    cursor: pointer;
    color: #000;
    text-align: center;
    font: 8px/9px Arial, sans-serif;
}
#disclaimer{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    background: #fff;
    color: #000;
    text-align: left;
    vertical-align: middle;
    visibility: hidden;

    cursor: pointer;
    
}
#disclaimer p {
    margin: 0;
    font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: absolute;
    font-size: 9px;
    line-height: 12px;
    padding: 26px 24px;
}
#close{
    position: absolute;
    font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 9px;
    top: 2px;
    left: 2px;
}

#discCTAHIt{
    position: absolute;
    width: 55px;
    height: 18px;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
}

:focus {
  outline:none;
}
::-moz-focus-inner {
  border:0;
}
