﻿#main2 {
    max-width: 750px;
}

#Register {
    padding: 10px 20px 20px 20px;
}

    #Register a {
        text-decoration: none;
        color: #0088cc;
    }

    #Register img {
        vertical-align: middle;
    }

    #Register #RegisterTitle {
        padding: 0 0 7px 0;
    }

    #Register .register {
        font-size: 1.5em;
        font-weight: bold;
    }

    #Register .login {
        color: gray;
        font-size: 1em;
        float: right;
        margin: -19px 5px 0 0;
    }

    #Register .mainheader {
        margin: 10px 0 0 5px;
        padding: 0px 0 5px 0;
       
    }

        #Register .mainheader .FEBHeading {
            margin: 7px 0 7px 0;
        }

    #Register .leftside {
        font-size: 14px;
        padding: 0px 0 0 20px;
        height: 45px;
        line-height: 35px;
        width: auto;
    }

    #Register .rightside {
        margin: 0px;
        padding: 0px;
        padding-top: 0px; /* margin-left: 150px; */
        height: 45px;
    }

    #Register table tr {
        vertical-align1: middle;
    }

    #Register .reg_heading {
        padding: 2px;
        font-size: 1.1em;
        font-weight: bold;
        margin: 10px 0 0 0;
    }

    #Register .reg_heading2 {
        font-size: 1.1em;
        font-weight: bold;
        margin: 10px 0 6px 0;
    }

    #Register #btnVerifyEmail {
        cursor: pointer;
        display: inline-block;
        font-size: 1em;
        font-weight: bold;
        background: #eee url(/Images/bgHeading.gif);
        padding: 9px 10px 7px 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin: -5px 0 0 0;
        text-align: left;
        width: 58px;
        text-align: center;
    }

    #Register input[type=text], #Register input[type=password], #Register input[type=email] {
        padding: 5px;
        border-radius: 5px;
        height: 22px;
        min-width: 230px;
        border: 1px solid #ccc;
    }

        #Register input[type=text]:focus, #Register input[type=email]:focus {
            border: 1px solid #35a5e5;
        }

    #Register #cph_txtName {
        min-width: 267px;
    }

    #Register #cph_txtUsername {
        padding-top: 5px;
    }

    #Register input[type=email] {
        min-width: 230px;
    }

    #Register input[type=password]:focus {
        border: 1px solid #35a5e5;
    }

    #Register #cph_btnCreateUser {
        background: url(/images/bgheading.gif);
        border: 1px solid #bbb;
        cursor: pointer;
        border-radius: 2px;
        width: 180px;
        height: 40px;
    }

    #Register select {
        padding: 5px;
        border: 1px solid #ccc;
    }

        #Register select:focus {
            border: 1px solid #35a5e5;
        }

    #Register .select2 {
        font-family: "MS Shell Dlg 2" !important;
    }

    #Register .select2-selection {
        height: 29px;
        background: #fff;
        margin-top: -4px;
        border-radius: 0;
        border: 1px solid #ccc;
    }

    #Register .select2-selection__arrow {
        height: 27px;
        right: 0;
        margin-top: -5px;
        width: 17px;
        border: 1px solid #bbb;
        border-radius: 0;
    }

    #Register #cph_ddlDay {
        width: 78px;
    }

    #Register #cph_ddlState {
        width: 150px;
    }

    #Register #cph_ddlSchoolName {
        min-width: 300px;
    }

    #Register .email11 {
        background-image: url(/images/email.png);
        background-repeat: no-repeat;
        background-position: right;
        background-position-x: 145px;
    }

    #Register .error {
        display: block;
        color: red;
        font-size: 0.9em;
        padding: 10px 5px 5px 0;
        margin1: 5px 0 -7px 0;
    }

    #Register #error2 {
        display:none;
        color: red;
        margin: 20px 0 18px 0;
        border: 1px solid red;
        padding: 20px;
        text-align: center;
    }

    #Register .imgError {
        height: 20px;
        vertical-align: middle;
        padding-left: 7px;
    }

    #Register #btnLogin {
        margin-top: 10px;
        padding: 4px 12px;
        background: url(/images/bgheading.gif);
        border: 1px solid gray;
        border-radius: 5px;
        cursor: pointer;
    }

    #Register #SHPwd {
        color: #0088cc !important;
        font-size: 0.7em;
        font-weight: bold;
        position: absolute;
        top: 7px;
        left: 201px;
        padding: 5px;
    }

    #Register .code {
        color: green;
        text-align: center;
        margin-top: -20px;
        margin-bottom: 15px;
    }

    #Register .code2 {
        color: red;
        text-align: center;
        margin-top: -5px;
        margin-bottom: 35px;
    }

    #Register #ErrU2, #ErrPE, #ErrSE {
        display: none;
        display: block;
        color: red;
        font-size: 0.9em;
        padding: 5px 5px 10px 0;
        margin-top: 5px;
        margin-bottom: -7px;
    }

    #Register #divNews {
        margin: 0 0 15px 5px
    }

    #Register #divAgree {
        margin: 10px 0 8px 5px;
    }

#RegisterEmailContent a {
    color: #0088cc;
}

