#nameInput {
    color: #101e35;
    font-family: "MicroRegular";
    font-size: 23px;
    background: transparent;
    border: none;
    position: absolute;
    top: 260px;
    left: 386px;
    width: 146px;
    height: 30px;
}

#nameTitle {
    color: #8299a6;
    font-family: "MicroRegular";
    font-size: 37px;
    position: absolute;
    top: 222px;
    left: -123px;
    width: 322px;
    height: 30px;
    display: block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

#movieTitle {
    position: absolute;
    background: url(../images/poster_title.png);
    width: 109px;
    height: 59px;
    top: 342px;
    left: 168px;
    background-size: 100% !important;
}

#checkClicker {
    width: 159px;
    height: 28px;
    top: 210px;
    left: 387px;
    background-color: rgba(0,0,0,0);
    position: absolute;
}

#nameCheckMark {
    width: 20px;
    height: 20px;
    background: url(../images/name_checkmark.png);
    background-size: 100% !important;
    position: absolute;
    top: 213px;
    left: 391px;
}

#addYourName {
    width: 158px;
    height: 32px;
    background: url(../images/text/addName.png);
    background-size: 100% !important;
    position: absolute;
    top: 71px;
    left: 393px;
}

#addYourNameText {
    position: absolute;
    top: 110px;
    left: 393px;
    width: 155px;
}

#addYourNameGraphics {
    width: 175px;
    height: 105px;
    background: url(../images/add_name_screen_2.png);
    background-size: 100% !important;
    position: absolute;
    top: 208px;
    left: 383px;
}