#sidepanelA {
    float: left;
    margin-right: 3px;
}

#sidepanelB {
    float: left;
    margin: 0px;
}

#sidepanel_1 {
    width: 123px;
    height: 93px;
    /*background-color: #D83C3F;*/
    margin-bottom: 3px;
}

#sidepanel_2 {
    width: 170px;
    height: 93px;
    /*background-color: #974140;*/
    margin-bottom: 3px;
}

#sidepanel_3 {
    width: 123px;
    height: 81px;
    /*background-image: url(/images/manlaptop.jpg);*/
    margin-bottom: 3px;
}

#sidepanel_4 {
    width: 170px;
    height: 81px;
    /*background-image: url(/images/hands.jpg);*/
    margin-bottom: 3px;
}

.sidepanel_4 {
    width: 170px;
    height: 81px;
    /*background-image: url(/images/hands.jpg);*/
    margin-bottom: 3px;
}

#sidepanel_5 {
    width: 123px;
    height: 113px;
    /*background-color: #994140;*/
    margin-bottom: 3px;
}

#sidepanel_6 {
    width: 170px;
    height: 113px;
    /*background-image: url(/images/group.jpg);*/
    margin-bottom: 3px;
}

#sidepanel_7 {
    width: 123px;
    height: 113px;
    /*background-image: url(/images/headscratch.jpg);*/
}

#sidepanel_8 {
    width: 170px;
    height: 113px;
    /*background-color: #AEAEAE;*/
}



.AspNet-Login {
    padding: 10px 0px 10px 10px;
}

    .AspNet-Login input:not([type="submit"]):not([type="checkbox"]) {
        width: 200px;
        border: solid 1px #7F9DB9;
        padding: 1px;
    }

    .AspNet-Login input[type="checkbox"] {
        width: auto;
        margin-left: auto;
        padding: 1px;
    }

.AspNet-Login-TitlePanel {
    margin-bottom: 10px;
    font-size: 12pt;
    font-weight: bold;
}

.AspNet-Login-Body label {
    font-size: 11pt;
    width: 120px;
    float: left;
}

.AspNet-Login-UserPanel {
    margin-bottom: 5px;
}

    .AspNet-Login-UserPanel input {
        width: 200px;
        border: solid 1px #7F9DB9;
    }


.AspNet-Login-PasswordPanel {
    margin-bottom: 5px;
}

.AspNet-Login-TwoFactorPanel {
    margin-bottom: 5px;
}


.AspNet-Login-RememberMePanel {
    margin-bottom: 5px;
}


.AspNet-Login-FailurePanel span {
    font-size: 9pt;
    color: #FF0000;
}

.bulleted_list {
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 0px;
    margin-top: 12px;
    padding: 0px;
}
