/* CSS Document */

.divbc {
    width: 490px;
    height: 350px;
}

.divbc1 {
    background-color: #69abea;
    height: 25px;
    text-align: left;
    font-size: 14px;
    padding-left: 10px;
    font-weight: bold;
}

.divbc2 {
    background-color: #E0E0E0;
    height: 325px;
}

.Errordiv {
    width: 500px;
    height: 440px;
}

.Errordiv1 {
    background-color: #69abea;
    text-align: left;
    height: 25px;
    font-size: 14px;
    padding-left: 10px;
    font-weight: bold;
        margin-bottom: -5px;
}

.Errordiv2 {
    background-color: #E0E0E0;
    height: 410px;
}

table {
    table-layout: automatic;
    border-collapse: collapse;
    width: 100%;
}

    table tr, table td {
        border: 1px solid black;
    }

.bitspan {
    color: #FF0000;
    font-size: 14px;
}

.fontspan {
    font-weight: 500;
}

.Errorspan {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    height: 25px;
    line-height: 25px;
}

.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=88);
}

.white_content {
    display: none;
    position: absolute;
    top: 33%;
    left: 30%;
    width: 490px;
    height: 350px;
    border: 5px solid #999999;
    background-color: white;
}

.white_content2 {
    display: none;
    position: absolute;
    top: 33%;
    left: 30%;
    width: 500px;
    height: 440px;
    border: 5px solid #999999;
    background-color: white;
}

.bgword {
    background-color: #69abea;
    width: 50px;
    height: 25px;
    border: 0px;
    color: #fff;
}
