/*
    This files contains styles that are used by registration landing pages contents stored in the database.
    Though they are unused in code, they are needed to style those landing pages correctly.
*/

/* is used by the registration landing pages in the DB */
.registerLandingInfoArea {
    background-image: url('01HVmMl2dIJXnTNySMM0HYgzhXzLfirblZBU39D0MPU.png');
    position: relative;
}

/* is used by the registration landing pages in the DB */
.registerLandingInfoArea #registerInfoAreaLeft {
    height: 100%;
}

/* is used by the registration landing pages in the DB */
.registerLandingInfoArea #registerInfoAreaRight {
    height: 100%;
}

/* is used by the registration landing pages in the DB */
.registerLandingInfoArea #registerInfoLine {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 20px;
    width: 810px;
}

/* is used by the registration landing pages in the DB */
.registerLandingInfoArea #registerInfoBlock3 {
    position: relative;
    top: 0;
    left: 0;
    width: 440px;
    padding: 0 0 10px 190px;
}

/* is used by the registration landing pages in the DB */
.registerInfoTextArea {
    position: relative;
    top: 0;
    left: 0;
    padding: 20px;
}

/* is used by the registration landing pages in the DB */
.registerInfoTextArea h3 {
    font-size: 18px;
}

/* is used by the registration landing pages in the DB */
#registerInfoTextLeft {
    position: relative;
    top: 0;
    left: 0;
    float: left;
    width: 400px;
}

/* is used by the registration landing pages in the DB */
#registerInfoTextRight {
    position: relative;
    top: 0;
    left: 0;
    float: right;
    width: 400px;
}
