/* css for login */

.white_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 20%;
    width: 55%;
    padding: 6px 16px;
    border: 12px solid #D6E9F1;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}
.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1001;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
}
.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close .cancel{
    color: #0088cc;
    text-decoration: none;
}
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
th {
    width: 160px;
}
.register-submit {
    display: block;
    width: 100px;
    line-height: 30px;
    margin: 0 auto;
    padding: 5px 10px;
    background: #03c;
    color: #fff;
    text-align: center;
}
.register-submit:hover{
    cursor: pointer;
    color: #000000;
}

.table-inner a{color: #000}