.TEMPLATEHEADER {
    width: 100%;
    height: 52px;
    border: 0px;
    box-sizing: border-box;
    border-style: solid;
}

.TEMPLATEHEADER_CLOSEBUTTON {
    float: left;
    width: 52px;
    height: 52px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
}

.TEMPLATEHEADER_TITLETEXT {
    float: left;
    font-family: RobotoCondensedRegular;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    margin-left: 20px;
    margin-top: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 360px;
}

.TEMPLATEHEADER_CONFIRMBUTTON {
    float: right;
    width: 206px;
    height: 52px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position-y: center;
    background-position-x: 95%;
}

.TEMPLATEHEADER_CONFIRMBUTTON span {
    margin-top: 16px;
    float: left;
    margin-left: 12px;
    font-family: RobotoCondensedRegular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
}