body{
    width: 728px;
    height: 90px;
    padding:0px;
    margin: 0px; 
    overflow: hidden;
}

#abContainer{
    position: relative;
    width: 728px;
    height: 90px;
    border: 1px solid #3c3c3c;
    overflow: hidden;
    padding:0;
    cursor: pointer;
    margin: 0;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.divCommon{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 728px;
    height: 90px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}




#frm2svg {background: url(images/txt_2.svg) no-repeat 17px 24px; }
#frm3svg {background: url(images/txt_3.svg) no-repeat 17px 24px; }
#frm1svg {background: url(images/txt_1.svg) no-repeat 17px 39px; }



#logos{background: url(images/logos.png) no-repeat -0px -0px; background-size: 167px 32px; top: 52px; left: 540.5px;} 
#bgnd{
    background-color: #27357b;
}
#sheen{ background: url("images/sheen.png") no-repeat 0px 0px;}
#ctaTxt{background: url(images/ctaTxt.png) no-repeat -0px -0px; top: 14px; left: 11px;background-size: 138px 12px;}

#ctaBtn{
    border: 0px;
    width: 159px;
    height: 35px;
    top: 9px;
    left: 544px;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#ctaBgnd{
    background-color: #ffec7c;
}
#ctaBgndOver{
    background-color: #fffbcd;
}

.replayArrow {background: url(images/replayVector.svg) no-repeat;}


#replay{
    cursor: pointer;
    top: 4px;
    left: 4px;
    width:16px;
    height: 16px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 8px 8px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active)  {
     #replay{
        transform-origin: 50% 50%;
    }
}
