#WelcomeMessage {
    position: absolute;
    top: 287px;
    left: 0px;
    width: 1280px;
    height: 44px;
    font-size: 2rem;
    line-height: 44px;
    text-align: center;
}

#ActionMessage {
    position: absolute;
    top: 420px;
    left: 0px;
    width: 1280px;
    height: 34px;
    font-size: 1.4rem;
    line-height: 34px;
    text-align: center;
}

/* Language Selector */
#languageCarousel {
    position: absolute;
    top: 481px;
    left: 473px;
    width: 244px;
    height: 100px;
    background: transparent url(../../images/languageselector.png) 0px 0px;
    padding: 19px 5px 1px 85px;
}

/* Language Selector */
#languageCarousel.focus {
    background-position: -334px 0px;
}

/* Language Selector */
#languageCarousel li {
    font-size: 1rem;
    width: 182px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    color: rgba(255,255,255,0.2);
    list-style: none;
}

/* Language Selector */
#languageCarousel li.center {
    color: #fff;
}

/* Language Selector 
#languageCarousel li.center.focus {
    color: #00ff97;
}*/

/* Language Selector */
#selectLanguageButton {
    position: absolute;
    top: 518px;
    left: 812px;
}

#TOSBar {
    position: absolute;
    top: 130px;
    left: 78px;
    width: 795px;
    height: 413px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background: rgba(255,255,255,0.2);
}

#TOSBar_ContentWindow {
    position: absolute;
    top: 40px;
    left: 15px;
    width: 735px;
    height: 333px;
    color: #ccc;
    overflow: hidden;
}

#TOSBar_ContentWindow.focus {
    color: #fff;
}

#TOSBar_ContentContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 735px;
    height: auto;
    color: #fff;
    font-size: 0.9rem;
    overflow: hidden;
}

#TOSBar_ScrollUp {
    position: absolute;
    top: 15px;
    left: 342px;
    width: 109px;
    height: 15px;
    background: transparent url(../../images/arrows_up.png) 0px 0px;
}

#TOSBar_BarContainer {
    position: absolute;
    top: 35px;
    left: 760px;
    width: 0px;
    height: 341px;
    padding: 1px;
    background-color: #000;
}

#TOSBar_BarWrapper {
    position: absolute;
    top: 1px;
    left: -4px;
    width: 10px;
    height: 341px;
    background: transparent;
}

#TOSBar_Bar {
    position: absolute;
    left: 0px;
    width: 10px;
    background-color: #56626F;
    border-radius: 5px;
}

#TOSBar_ScrollDown {
    position: absolute;
    top: 384px;
    left: 342px;
    width: 109px;
    height: 15px;
    background: transparent url(../../images/arrows_down.png) 0px 0px;
}

#TOSBar_ScrollDown.focus, #TOSBar_ScrollUp.focus {
    background-position: -109px 0px;
}

#TOSBar_ScrollDown.inactive, #TOSBar_ScrollUp.inactive {
    background-position: 0px 0px;
}

#TOSBar_ScrollDown.inactive.focus, #TOSBar_ScrollUp.inactive.focus {
    background-position: -109px 0px;
}

#AcceptCheckbox {
    position: absolute;
    top: 618px;
    left: 78px;
}       

#AcceptText {
    position: absolute;
    left: 114px;
    top: 623px;
}

#AcceptTOS {
    position: absolute;
    top: 606px;
    left: 773px;
}

#AcceptError {
    position: absolute;
    top: 606px;
    left: 882px;
    width: 288px;
    text-align: left;
    color: #fff;
    background-color: #e77b05;
    padding: 0px 10px;
    line-height: 36px;
    display: none;
    border-radius: 5px;
}


#LanguageWrapper {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0px;
    left: 0px;
    height: 720px;
    width: 1280px;
}

#LogoBig {
    position: absolute;
    top: 130px;
    left: 418px;
    display: block;
    width: 445px;
    height: 46px;
}

#username {
    display: none;
}

#ButtonBar {
    display: none !important;
}