.loginTable {
    border: 0;
    border-spacing: 0px;
    border-collapse: collapse;
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
}

.loginTable td {
    padding: 0 0 0 0;
}

.innerTable {
    border: 0;
    border-spacing: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    /* width: 370px; */
}

.innerTable td {
    padding: 2px 0px;
}

.dots {
    width: 337px;
    height: 5px;
}

.row-top {
    height: 55px;
}

.row-bottom {
    height: 72px;
}

.row-middle {

}

.col-left {
    width: 194px;
}

.col-right {
    width: 191px;
}

.col-inner-middle {
    background-color: white;
    background-image: url("../images/l-bkg.gif");
    background-repeat: repeat-y;
}

.innerHeader {
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
}

#btnLogin {
    margin-right: 17px;
    float: right;
}

#pass {
    width: 195px;
}

#login {
    width: 195px;
}
