@charset "UTF-8";

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

a img {
    text-decoration: none;
    border: 0px;
}

body {
    padding: 0;
    margin: 0;
    background-color: #FFF;
}

#container {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 300px;
    height: 250px;
    margin: auto;
    overflow: hidden;
    background: #EB1000;
    border:1px solid #000;
}

#container div {
    position: absolute;
}

#content {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 100;
}

#rolloverCatch {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
    cursor: pointer;
}

#cover {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #fff;
    z-index: 998;
}

#bg {
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #EB1000;
}

#logo {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
}

#cta {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
}

#txt_1, #txt_1a, #txt_1b, #txt_2, #txt_2a, #txt_2b, #txt_3, #txt_3a, #txt_3b {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
}
#doc_animation {
    top:70px;
    left: -132px;
    z-index: 3 !important;
}
#doc_wrapper {
    top: 90px;
    left: 174px;
    z-index: 2;
	scale: .42 !important;
}
#doc {
    top: 0;
    left: 0;
    z-index: 2;
}
#doc_contract {
    top: 0;
    left: 0;
    z-index: 2;
}
#doc_typing {
    top: 8px;
    left: 63px;
    z-index: 2;
    width: 36px;
    height: 40px;
}

#doc_typing > img {
    position: absolute;
    right: -1px;
}

#doc_sign {
    top: 296px;
    left: 51px;
    z-index: 2;
}

#ui_1 {
    top: 86px;
    left: 587px;
    z-index: 3;
}

#ui_2_wrapper {
    top: 140px;
    left: 586px;
    z-index: 3;
	scale: .8 !important;
}
#ui_2 {
    top: 0;
    left: 0;
    z-index: 3;
}
#ui_2a {
    top: 14px;
    left: 6px;
    z-index: 3;
}
#ui_2b {
    top: 14px;
    left: 6px;
    z-index: 3;
}
#ui_2c {
    top: 14px;
    left: 69px;
    z-index: 3;
    width: 39px;
    height: 40px;
}

#ui_2c > img {
    position: absolute;
    right: -1px;
}

#ui_2c_highlight {

}

#ui_3 {
     top: 92px;
    left: 587px;
    z-index: 3;
}

#ui_4_wrapper {
    top: 145px;
    left: 587px;
    z-index: 3;
	scale: .8 !important;
}

#ui_4 {
    top: 0;
    left: 0;
    z-index: 3;
}

#ui_4a {
    top: 17px;
    left: 23px;
    z-index: 3;
}

#ui_5 {
    top: 94px;
    left: 594px;
    z-index: 3;
}

.highlight {
    background-color: #B1D5FD;
    opacity: 0.65;
    height: 100%;
    width: 100%;
}
