﻿
.tdtext
{
    font-size: 12pt;
    margin-left: 5px;
    color: dimgray;
    margin-right: 5px;
    text-align: right;
}

.signup
{
    font-size: 16pt;
    color: dimgray;
    text-align: left;
}

.innertable
{
    background-color: lightgrey;
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
    margin: 50px;
    background-color: white;
}

.outertable
{
    background-color: lightgrey;
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
}

.loginerror
{
    font-size: 10pt;
    color: red;
}