@font-face {
    font-family: 'Helvetica';
    font-weight: normal;
    /*src: url('fonts/Helvetica.eot');
    src: url('fonts/Helvetica.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ /* url('fonts/Helvetica.woff') format('woff'), /* Modern Browsers */ /*url('fonts/Helvetica.ttf') format('truetype');
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'Helvetica';
    font-weight: lighter;
    /*src: url('fonts/helvetica-light.eot');
    /*src: url('fonts/helvetica-light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ /*url('fonts/helvetica-light.woff') format('woff'), /* Modern Browsers */ /*url('fonts/helvetica-light.ttf') format('truetype');
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'Helvetica';
    font-weight: bold;
    /*src: url('fonts/Helvetica-Bold.eot');
    src: url('fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ /*url('fonts/Helvetica-Bold.woff') format('woff'), /* Modern Browsers */ /*url('fonts/Helvetica-Bold.ttf') format('truetype');
    /* IE9 Compat Modes */
}

body {
    font-family: Helvetica, sans-serif, "Helvetica";
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #333;
}

* {
    margin: 0;
    background-repeat: no-repeat;
}

.wrapper {
    width: 920px;
    padding: 20px;
    height: auto;
    overflow: hidden;
    margin: auto;
}

.bgGray {
    background-color: #f6f8fa;
}

.header,
.menu,
.footer {
    width: 960px;
    display: block;
    height: auto;
    overflow: hidden;
    margin: auto;
}

.header {
    height: 140px;
    border-top: 4px solid #3a3a3a;
    border-bottom: 2px solid #3a3a3a;
    background-image: url(../../images/header_bg.jpg);
    background-position: bottom;
    background-repeat: repeat;
}

    .header .submenu {
        background-image: url(../../images/header_submenu.png);
        height: 25px;
        width: 310px;
        display: block;
        float: right;
        padding: 0px 0px 0px 0px;
        color: #FFF;
        font-size: 12px;
        font-weight: lighter;
    }

    .header .submenuExpand {
        background-color: #3A3A3A;
        height: 25px;
        width: 290px;
        display: block;
        float: right;
        padding: 0px 0px 0px 0px;
        color: #FFF;
        font-size: 12px;
        font-weight: lighter;
    }

    .header .submenu a {
        font-size: 12px;
        display: block;
        float: right;
        color: #FFF;
        margin-right: 10px;
    }

        .header .submenu a:hover {
            text-decoration: underline;
        }

    .header .submenu span {
        float: right;
        margin-right: 10px;
    }

    .header .logo {
        display: block;
        overflow: hidden;
        float: left;
        margin: 40px 0 0 20px;
    }

        .header .logo img {
            border: 0;
        }

.menu {
    height: 40px;
    background-color: #3a3a3a;
    color: #FFF;
    overflow: visible;
    line-height: 20px;
    font-size: 14px;
}

    .menu > .mainNav {
        padding: 0 20px;
        float: left;
        display: block;
    }

        .menu > .mainNav > li {
            padding: 0;
            margin-right: 5px;
            float: left;
            position: relative;
            display: block;
        }

            .menu > .mainNav > li.ui-state-active {
                background-color: #bd2331;
            }

                .menu > .mainNav > li.ui-state-active li {
                    margin: 0;
                    padding: 0;
                }

                    .menu > .mainNav > li.ui-state-active li a {
                        margin: 0;
                    }

            .menu > .mainNav > li a {
                display: block;
                color: #FFF;
                background-image: url(../../images/arr_menu.png);
                background-position: 92% 55%;
                padding: 10px 25px 10px 20px;
            }

            .menu > .mainNav > li ul {
                position: absolute;
                top: 40px;
                left: 0;
                background-color: #bd2331;
                display: none;
                width: 200px;
            }

                .menu > .mainNav > li ul > li {
                    border-bottom: 1px solid #be525c;
                    padding: 0;
                    margin: 0;
                    display: block;
                    position: relative;
                    float: left;
                    width: 200px;
                }

                    .menu > .mainNav > li ul > li a {
                        padding: 8px 20px;
                        display: block;
                        background-image: none;
                        overflow: hidden;
                        line-height: 20px;
                        margin: 0;
                    }

                        .menu > .mainNav > li ul > li a:hover {
                            background: #7a222a;
                            margin: 0;
                        }

                    .menu > .mainNav > li ul > li ul {
                        position: absolute;
                        left: 200px !important;
                        top: -1px !important;
                        border-top: 1px solid #be525c;
                    }

                        .menu > .mainNav > li ul > li ul a {
                            margin: 0;
                        }

                            .menu > .mainNav > li ul > li ul a:hover {
                                margin: 0;
                            }

    .menu .NavUser {
        display: block;
        float: right;
        height: 40px;
    }

        .menu .NavUser > li {
            padding: 0;
            float: left;
            position: relative;
            display: block;
            line-height: 20px;
            font-size: 14px;
            padding-left: 55px;
            background: #616161 url(../../images/nav_user_bg.jpg) left top no-repeat;
        }

            .menu .NavUser > li.ui-state-active {
                background: #bd2331 url(../../images/nav_user_bg.jpg) left bottom no-repeat;
            }

                .menu .NavUser > li.ui-state-active a {
                    margin: 0;
                }

            .menu .NavUser > li a {
                color: #FFF;
                padding: 10px 20px;
                display: block;
            }

                .menu .NavUser > li a span {
                    display: block;
                    padding-right: 20px;
                    background: url(../../images/arr_menu.png) right center no-repeat;
                    margin-right: 30px;
                }

            .menu .NavUser > li ul {
                position: absolute;
                top: 40px;
                right: 0;
                background-color: #bd2331;
                display: none;
            }

                .menu .NavUser > li ul li {
                    clear: both;
                    border-top: 1px solid #be525c;
                    padding: 0;
                    margin: 0;
                    display: block;
                    position: relative;
                }

                    .menu .NavUser > li ul li a {
                        display: block;
                        background-image: none;
                        padding: 8px 20px;
                        width: 186px;
                    }

                        .menu .NavUser > li ul li a:hover {
                            background: #7a222a;
                            margin: 0;
                        }

.breadcrumb {
    font-size: 12px;
    font-weight: lighter;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

    .breadcrumb a,
    .breadcrumb span,
    .breadcrumb p {
        display: block;
        overflow: hidden;
        float: left;
        padding: 0;
        margin-right: 3px;
    }

    .breadcrumb p {
        margin-bottom: 0;
        margin-top: 0;
    }

    .breadcrumb a,
    .breadcrumb span {
        color: #bd2331;
    }

        .breadcrumb a:hover {
            text-decoration: underline;
        }

.forms {
    display: block;
    overflow: hidden;
}

    .forms dl {
        margin-bottom: 20px;
        clear: both;
        font-weight: normal;
        line-height: 35px;
        display: block;
        overflow: hidden;
    }

        .forms dl dt,
        .forms dl dd {
            float: left;
            font-size: 14px;
            display: block;
            overflow: hidden;
        }

        .forms dl dt {
            width: 130px;
            font-weight: bold;
        }

            .forms dl dt span {
                color: #e6001c;
            }

        .forms dl dd {
            font-weight: 100;
        }

            .forms dl dd span {
                display: block;
                overflow: hidden;
                width: 320px;
                padding: 4px 10px;
                border: 1px solid #898989;
                height: 25px;
                margin-bottom: 10px;
                margin-right: 5px;
                float: left;
                clear: both;
            }

                .forms dl dd span input[type="text"] {
                    width: 100%;
                    line-height: 25px;
                    height: 25px;
                    display: block;
                    border: 0;
                    font-size: 14px;
                    font-family: Helvetica, sans-serif;
                }

            .forms dl dd p {
                display: block;
                overflow: hidden;
                float: left;
                line-height: 18px;
                font-weight: 100;
                font-size: 14px;
                width: 100%;
                margin-bottom: 5px;
            }

            .forms dl dd a.datepicker {
                display: block;
                overflow: hidden;
                width: 35px;
                height: 35px;
                float: left;
                background: url(../../images/icon_datepicker.png) center no-repeat;
                text-indent: -9999px;
            }

            .forms dl dd input[type="submit"] {
                display: block;
                float: left;
                margin-right: 10px;
            }

.Operating {
    display: block;
    overflow: visible;
    margin-bottom: 30px;
    height: 35px;
}

    .Operating > li {
        display: block;
        float: left;
        margin-right: 30px;
    }

        .Operating > li label {
            display: block;
            float: left;
            margin-right: 20px;
            line-height: 35px;
            font-weight: bold;
        }

        .Operating > li p {
            display: block;
            overflow: hidden;
            float: left;
            border: 1px solid #898989;
            padding: 4px 9px;
            line-height: 25px;
            width: 160px;
        }

            .Operating > li p input[type="text"] {
                width: 100%;
                line-height: 25px;
                border: 0;
            }

        .Operating > li .dropDown {
            border: 1px solid #898989;
        }

            .Operating > li .dropDown > a {
                background-image: url(../../images/select_dropdown_arrow.png);
                border: 1px solid #898989;
                border-left: 0;
            }

            .Operating > li .dropDown ul {
                border: 1px solid #898989;
                border-top: 0;
            }

.buttonHolder {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.statusMessage {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
}

    .statusMessage li {
        font-size: 14px;
        display: block;
        overflow: hidden;
        line-height: 30px;
        margin-bottom: 5px;
    }

        .statusMessage li p {
            display: inline;
            padding: 5px 15px 5px 30px;
            background-repeat: no-repeat;
        }

            .statusMessage li p.error {
                background: #fca7ae url(../../images/icon_cross.png) 8px center no-repeat;
            }

            .statusMessage li p.success {
                background: #d9f7b8 url(../../images/icon_check.png) 8px center no-repeat;
            }

.dataTable {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
    line-height: 18px;
}

    .dataTable tr th {
        text-align: left;
        background: #4e4e4e;
        color: #FFF;
        font-weight: normal;
        padding: 10px 5px;
        text-align: center;
        position: relative;
        line-height: 15px;
    }

        .dataTable tr th a {
            display: block;
            width: 8px;
            height: 20px;
            overflow: hidden;
            position: absolute;
            right: 5px;
            top: 50%;
            margin-top: -10px;
            background: url(../../images/icon_sort.png) center no-repeat;
        }

        .dataTable tr th.alignLeft {
            text-align: left;
        }

    .dataTable tr td {
        padding: 30px 5px;
        vertical-align: top;
        text-align: center;
        line-height: 18px;
    }

        .dataTable tr td.alignLeft {
            text-align: left;
        }

        .dataTable tr td.uppercase {
            text-transform: uppercase;
        }

    .dataTable tr:nth-child(odd) td,
    .dataTable tr.redBg td {
        background: #fbf8f8;
    }

    .dataTable tr.redBg td {
        background: #fbf8f8;
    }

.pagination {
    position: relative;
    margin-bottom: 10px;
}

    .pagination ul {
        display: block;
        text-align: center;
        padding: 10px 0;
    }

        .pagination ul li {
            list-style: none;
            display: inline;
            color: #cf3240;
            font-size: 14px;
            margin: 0 5px;
        }

            .pagination ul li a {
                color: #cf3240;
            }

                .pagination ul li a.thisPage {
                    color: #4e4e4e;
                    font-size: 24px;
                }

                .pagination ul li a:hover {
                    text-decoration: underline;
                }

    .pagination .resultDisplay {
        display: block;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 10px;
        font-size: 14px;
        top: 50%;
        height: 20px;
        margin-top: -10px;
        color: #000;
    }

        .pagination .resultDisplay span {
            font-size: 24px;
        }

.NFI-wrapper {
    width: 341px;
    display: block !important;
    margin-bottom: 10px;
    overflow: hidden;
    height: 35px;
    float: left;
}

    .NFI-wrapper .NFI-filename {
        display: block;
        overflow: hidden;
        float: left;
        width: 245px;
        border-left: none;
        height: 33px;
        line-height: 33px;
        background: #fff;
        color: #333;
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-weight: 100;
        font-family: Helvetica, sans-serif;
        font-size: 14px;
        border: 1px solid #898989;
        border-right: 0;
    }

    .NFI-wrapper .NFI-button {
        float: right !important;
        background-color: #616161;
        color: #fff;
        width: 75px;
        line-height: 35px;
        height: 35px;
        font-weight: 100;
        font-size: 14px;
        font-family: Helvetica, sans-serif;
    }

.footer .topFooter {
    display: block;
    overflow: hidden;
    background: #f7f9fb;
    padding: 15px 0 15px 40px;
}

    .footer .topFooter li {
        display: block;
        overflow: hidden;
        float: left;
        margin-right: 71px;
    }

        .footer .topFooter li img {
            display: block;
        }

        .footer .topFooter li:last-child {
            margin-right: 0;
        }

.footer .bottomFooter {
    display: block;
    overflow: hidden;
    background: #3a3a3a;
    color: #b4b4b4;
    padding: 20px;
    font-size: 14px;
    color: #FFF;
}

    .footer .bottomFooter ul {
        display: block;
        overflow: hidden;
        float: left;
    }

        .footer .bottomFooter ul li {
            display: block;
            overflow: hidden;
            float: left;
        }

            .footer .bottomFooter ul li span {
                display: block;
                margin: 0 25px;
            }

            .footer .bottomFooter ul li a {
                color: #FFF;
            }

                .footer .bottomFooter ul li a:hover {
                    text-decoration: underline;
                }

    .footer .bottomFooter p {
        display: block;
        float: right;
    }

.popUp {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-right: 20px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(../../images/mask_gray.png);
    background-repeat: repeat;
    z-index: 10;
}

    .popUp .popUp_main {
        width: 600px;
        min-height: 50%;
        padding: 30px;
        background-color: #FFF;
        position: relative;
        left: 50%;
        margin: 50px 0;
    }

        .popUp .popUp_main a.close {
            width: 32px;
            height: 32px;
            background-image: url(../../images/popUp_close.png);
            position: absolute;
            right: -15px;
            top: -15px;
        }

        .popUp .popUp_main > p {
            margin: 20px 0;
        }

            .popUp .popUp_main > p button {
                background: #999;
            }

        .popUp .popUp_main dl {
            width: 100%;
            float: left;
            line-height: 35px;
            overflow: visible;
            padding-bottom: 35px;
            clear: both;
        }

            .popUp .popUp_main dl dt {
                width: 20%;
                float: left;
                font-size: 14px;
            }

            .popUp .popUp_main dl dd {
                width: 75%;
                float: right;
                padding: 0;
            }

                .popUp .popUp_main dl dd select {
                    width: 95%;
                }

                .popUp .popUp_main dl dd > input[type="text"] {
                    width: 90%;
                    height: 35px;
                    padding: 0 15px;
                    border: 1px solid #d9d9d9;
                    line-height: 35px;
                    max-width: 435px;
                }

                .popUp .popUp_main dl dd textarea {
                    width: 90%;
                    height: 60px;
                    padding: 10px 15px;
                    border: 1px solid #d9d9d9;
                    font-family: Helvetica, sans-serif, "Helvetica";
                    font-weight: normal;
                    font-size: 14px;
                    resize: none;
                    line-height: 20px;
                    max-width: 435px;
                    float: left;
                }

                .popUp .popUp_main dl dd .dropDown {
                    width: 90%;
                    float: left;
                    max-width: 395px;
                }

                .popUp .popUp_main dl dd .errorMessage {
                    display: block;
                    font-size: 14px;
                    margin: -5px 0 -30px 15px;
                    float: left;
                    max-width: 435px;
                }

    .popUp .popUp_main2 {
        width: 340px;
        margin-left: -170px;
        padding: 0;
        height: auto !important;
        min-height: none !important;
    }

        .popUp .popUp_main2 h4 {
            color: #FFF;
            background-color: #808080;
            padding: 15px 27px;
            margin-bottom: 10px;
        }

        .popUp .popUp_main2 table {
            width: 285px;
            border-collapse: collapse;
            margin: 0 auto 15px;
        }

            .popUp .popUp_main2 table td {
                height: 62px;
                vertical-align: top;
            }

                .popUp .popUp_main2 table td span {
                    display: block;
                    text-align: right;
                    margin-bottom: 10px;
                    font-size: 14px;
                }

                    .popUp .popUp_main2 table td span a {
                        color: #cf3240;
                    }

                        .popUp .popUp_main2 table td span a:hover {
                            text-decoration: underline;
                        }

        .popUp .popUp_main2 .btnHolder {
            display: block;
            overflow: hidden;
            border-top: 1px solid #dfdfdf;
            padding: 20px 0;
            text-align: center;
        }

            .popUp .popUp_main2 .btnHolder input[type="submit"] {
                width: 150px;
            }

.accordion h2 {
    outline: none;
}

    .accordion h2:hover {
        cursor: pointer;
    }

    .accordion h2 span {
        display: block;
        float: right;
        width: 29px;
        height: 29px;
        background: url(../../images/icon_accordion_plus_minus.png) 0 0 no-repeat;
    }

    .accordion h2.ui-accordion-header-active span {
        background-position: -29px 0;
    }

.accordion div {
    display: block;
    overflow: hidden;
    padding: 10px 0 50px;
    font-size: 14px;
}

#tabs {
    display: block;
    overflow: hidden;
    width: 960px;
    margin: 0 auto 30px;
}

    #tabs > ul {
        display: block;
        overflow: hidden;
        /*border-top: 2px solid #424242;*/
        background-color: #f6f8fa;
        *border-bottom: 1px solid #b2b2b2;
    }

        #tabs > ul li {
            display: block;
            overflow: hidden;
            float: left;
            margin-bottom: 0px;
            margin-top: 0px;
        }

            #tabs > ul li a {
                display: block;
                overflow: hidden;
                padding: 15px 30px;
                font-size: 18px;
                color: #cf3240;
            }

                #tabs > ul li a:hover {
                    color: #707070;
                }

            #tabs > ul li.ui-tabs-active a {
                background-color: #FFF;
                border-left: 1px solid #b2b2b2;
                border-right: 1px solid #b2b2b2;
                padding-left: 29px;
                padding-right: 29px;
                color: #707070;
            }

    #tabs #tabs-1,
    #tabs #tabs-2,
    #tabs #tabs-3 {
        border-top: 1px solid #b2b2b2;
        margin-top: -1px;
        padding: 35px 0;
        font-size: 14px;
        overflow: hidden;
    }

        #tabs #tabs-1 p,
        #tabs #tabs-2 p,
        #tabs #tabs-3 p {
            display: block;
            overflow: hidden;
            margin-bottom: 15px;
        }

        #tabs #tabs-1 ol,
        #tabs #tabs-2 ol,
        #tabs #tabs-3 ol {
            padding-left: 25px;
        }

            #tabs #tabs-1 ol li,
            #tabs #tabs-2 ol li,
            #tabs #tabs-3 ol li {
                list-style: decimal;
                padding-left: 15px;
                margin-bottom: 20px;
            }

        #tabs #tabs-1 .info.nobg,
        #tabs #tabs-2 .info.nobg,
        #tabs #tabs-3 .info.nobg {
            margin-top: 0;
        }

            #tabs #tabs-1 .info.nobg ol,
            #tabs #tabs-2 .info.nobg ol,
            #tabs #tabs-3 .info.nobg ol {
                padding-left: 10px;
            }

                #tabs #tabs-1 .info.nobg ol li,
                #tabs #tabs-2 .info.nobg ol li,
                #tabs #tabs-3 .info.nobg ol li {
                    margin-bottom: 5px;
                }

        #tabs #tabs-1 .buttonHolder button,
        #tabs #tabs-2 .buttonHolder button,
        #tabs #tabs-3 .buttonHolder button,
        #tabs #tabs-1 .buttonHolder input[type="submit"],
        #tabs #tabs-2 .buttonHolder input[type="submit"],
        #tabs #tabs-3 .buttonHolder input[type="submit"] {
            width: 200px;
        }

.leftInfo {
    float: left;
    padding-right: 80px;
    padding-left: 30px;
    width: 450px;
}

.rightInfo {
    float: right;
    width: 285px;
    padding: 0 30px 30px 50px;
    border-left: 1px solid #d1d1d1;
}

    .rightInfo input[type="submit"] {
        width: 100%;
        margin-right: 0;
    }

        .rightInfo input[type="submit"].createBtn {
            height: auto;
            padding: 10px 10px 10px 50px;
            font-size: 18px;
            font-weight: bold;
            background-image: url(../../images/icon_new_account.png);
            background-repeat: no-repeat;
            background-position: 25px 50%;
        }

    .rightInfo button {
        width: 100%;
        margin: 0;
        border: 1px solid #d9d9d9;
        color: #1d1d1d;
        font-size: 18px;
        padding: 10px;
        height: auto;
        background-color: #ececec;
        background: -webkit-linear-gradient(#ffffff, #a8a8a8);
        /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#ffffff, #a8a8a8);
        /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#ffffff, #a8a8a8);
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(#ffffff, #a8a8a8);
        /* Standard syntax */
    }

        .rightInfo button.singpass {
            padding: 10px 10px 10px 49px;
        }

            .rightInfo button.singpass span,
            .rightInfo button.singpass img {
                float: left;
            }

            .rightInfo button.singpass span {
                margin-right: 5px;
            }

    .rightInfo table {
        width: 100%;
        border-collapse: collapse;
    }

        .rightInfo table td input[type="submit"] {
            padding-left: 15px;
            padding-right: 15px;
            width: auto;
        }

    .rightInfo hr {
        border: 0;
        border-bottom: 1px solid #d1d1d1;
        display: block;
        margin: 30px 0;
    }

.seperator {
    text-align: center;
    display: block;
    overflow: hidden;
    margin: 0px 0px 9px 0px;
    position: relative;
    height: 42px;
}

    .seperator span {
        position: absolute;
        display: block;
        left: 50%;
        margin-left: -21px;
        overflow: hidden;
        background: #FFF;
        border: 1px solid #9c9c9c;
        color: #9c9c9c;
        font-size: 16px;
        font-weight: bold;
        height: 40px;
        width: 40px;
        line-height: 38px;
        /*behavior: url(../js/PIE.htc);*/
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .seperator em {
        border: 0;
        border-bottom: 1px solid #9c9c9c;
        height: 20px;
        display: block;
        width: 150px;
        margin: 0 auto;
    }

@-moz-document url-prefix() {
    .seperator span;

{
    line-height: 34px;
}

}

.input {
    width: 283px;
    border: 1px solid #666;
    display: block;
    height: 35px;
    position: relative;
}

    .input input[type="text"],
    .input input[type="password"] {
        width: 253px;
        padding: 5px 15px;
        border: 0;
        line-height: 25px;
        height: 25px;
        font-size: 14px;
        outline: none;
    }

    .input label {
        position: absolute;
        top: 0;
        left: 15px;
        height: 35px;
        line-height: 35px;
        color: #95999d;
        font-size: 14px;
        *width: 200px;
    }

        .input label:hover {
            cursor: text;
        }

    .input.nric,
    .input.pwd {
        padding-left: 35px;
        width: 248px;
        background-image: url(../../images/icon_nric_pwd.png);
        background-repeat: no-repeat;
    }

        .input.nric label,
        .input.pwd label {
            left: 50px;
        }

        .input.nric input,
        .input.pwd input {
            width: 218px;
        }

    .input.nric {
        background-position: 0 0;
    }

    .input.pwd {
        background-position: 0 -35px;
    }

.registerStep {
    width: 960px;
    height: 90px;
    padding: 0;
    margin: 20px auto;
}

    .registerStep ul li {
        width: 20%;
        height: 80px;
        padding: 5px 0;
        overflow: visible;
        float: left;
        color: #FFF;
        background-color: #BBB;
        position: relative;
    }

        .registerStep ul li p {
            line-height: 80px;
            height: 80px;
            font-size: 50px;
            margin: 0 10px 0 35px;
            float: left;
            display: block;
            padding: 0;
            overflow: hidden;
            font-weight: 500;
        }

        .registerStep ul li span {
            width: 100px;
            float: left;
            font-size: 16px;
            line-height: 20px;
            margin-top: 20px;
            height: 40px;
            display: block;
        }

        .registerStep ul li i {
            width: 12px;
            height: 90px;
            float: right;
            background-image: url(../../images/step_arr02.png);
            position: absolute;
            top: 0;
            right: -12px;
            z-index: 10;
        }

        .registerStep ul li.Current {
            background-color: #cf3240;
        }

            .registerStep ul li.Current p {
                font-size: 90px;
                margin-left: 20px;
            }

            .registerStep ul li.Current i {
                background-image: url(../../images/step_arr01.png);
            }

        .registerStep ul li.Complete {
            background-color: #ea9b9f;
        }

            .registerStep ul li.Complete i {
                background-image: url(../../images/step_arr03.png);
            }
/*
@-moz-document url-prefix() {
	.registerStep ul li b {
		line-height:68px;
	}
	.registerStep ul li.Current b {
		line-height:55px;
	}
}
*/
.register {
    margin: 20px auto;
    padding: 20px 0 20px 60px;
    width: 900px;
}

    .register h2 {
        border-bottom: 1px solid #626262;
    }

        .register h2 small {
            font-size: 18px;
        }

        .register h2 img {
            float: left;
            margin-left: -60px;
        }

    .register dt,
    .register dd {
        float: left;
        font-size: 14px;
    }

        .register dt span {
            color: #e6001c;
        }

    .register dl {
        width: 100%;
        min-height: 30px;
        margin-bottom: 0px;
        padding: 10px 0;
        clear: both;
    }

    .register dd input[type="text"] {
        width: 90%;
        height: 35px;
    }

    .register dd input[type="radio"] {
        margin: 0 10px;
    }
/*.register dd span:not(.field-validation-valid):not(.field-validation-error):not([generated]) {
  display: block;
  overflow: hidden;
  width: 240px;
  padding: 4px 10px;
  border: 1px solid #898989;
  height: 25px;
  margin-bottom: 10px;
  margin-right: 5px;
  float: left;
  clear: both;
}*/

.wrapInput {
    display: block;
    overflow: hidden;
    width: 240px;
    padding: 4px 10px;
    border: 1px solid #898989;
    height: 25px;
    margin-right: 5px;
    float: left;
    clear: both;
}

.register dd span input[type="text"], input[type="password"] {
    width: 100%;
    line-height: 25px;
    height: 25px;
    display: block;
    border: 0;
    font-size: 14px;
    font-family: Helvetica, sans-serif;
}


.register dd span.datepickerField {
    width: 198px;
    margin-right: 0;
    clear: none;
    float: left;
}

    .register dd span.datepickerField.disabled {
        border-color: #d9d9d9;
        background-color: #e3e3e3;
    }

        .register dd span.datepickerField.disabled input {
            background: none;
        }

.register dd .datepicker {
    display: block;
    overflow: hidden;
    width: 40px;
    height: 35px;
    float: left;
    background: #b2b2b2 url(../../images/icon_datepicker_grey.png) center no-repeat;
    text-indent: -9999px;
}

.register dd .dropDown {
    border-color: #898989;
    margin-right: 0;
}

    .register dd .dropDown a {
        background-image: url("../../images/select_dropdown_arrow.png");
        border-color: #898989;
    }

    .register dd .dropDown ul {
        border-color: #898989;
    }

    .register dd .dropDown.disabled {
        border-color: #d9d9d9;
    }

        .register dd .dropDown.disabled a {
            background-image: url("../../images/select_dropdown_arrow_light.png");
            border-color: #d9d9d9;
        }

        .register dd .dropDown.disabled input[type="text"] {
            color: #7f7f7f;
        }

.register .twoColumn dl dt {
    width: 130px;
    padding-right: 10px;
    line-height: 20px;
    line-height: 38px;
}

.register .twoColumn dl dd {
    width: 260px;
    line-height: 38px;
    padding-right: 40px;
}

    .register .twoColumn dl dd div {
        line-height: 20px;
    }

    .register .twoColumn dl dd p {
        line-height: 20px;
        display: block;
        overflow: hidden;
        float: left;
        width: 100%;
        font-size: 11px;
        line-height: 15px;
        margin-bottom: 15px;
        color: #828282;
    }

    .register .twoColumn dl dd.fullRow {
        width: 80%;
        position: relative;
    }

        .register .twoColumn dl dd.fullRow span {
            clear: none;
            width: 200px;
            margin-right: 16px;
            position: relative;
        }

            .register .twoColumn dl dd.fullRow span:last-child {
                margin-right: 0;
            }

        .register .twoColumn dl dd.fullRow label {
            position: absolute;
            top: 0;
            left: 10px;
            color: #8f8f8f;
        }

            .register .twoColumn dl dd.fullRow label:hover {
                cursor: text;
            }

.register .oneColumn dl {
    height: auto;
    min-height: 20px;
}

.register .oneColumn dt {
    width: 40%;
}

.register .oneColumn dd {
    width: 60%;
}


.normal {
    width: 960px;
    padding: 0px 0px 0px 0px;
}
