#content table.table-no-border tr {
    border-bottom:0px solid #4C4C4C;
}
#content table.table-no-border tr th {
    border-top:0px solid #4C4C4C;
    border-left:0px solid #4C4C4C;
    border-right:0px solid #4C4C4C;
}
#content table.table-no-border tr td {
    border-left: 0px solid #4C4C4C;
    border-right: 0px solid #4C4C4C;
}

.access-alert {
    position: fixed;
    left: 50%;
    margin:10px 0 0 -126px;
    width:200px;
    padding: 5px 26px 5px 15px !important;
    z-index: 99999;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}
.access-alert-left {
    margin-left:0px !important;
    left: 0% !important;
}
.access-alert-right {
    margin-left:-247px !important;
    left: 100% !important;
}
