﻿#installLoginBox
{
    margin-top: 100px;
    margin-bottom: 100px;
}

#installLoginBox table
{
    margin: 0 auto;
}

#installLoginBox h3
{
    text-align: center;
}

#installLoginBox h3 a,
#installLoginBox h3 a:visited
{
    color: #0000FF;
    font-weight: bold;
    text-decoration: none;
}

#installLoginBox h3 a:hover
{
    text-decoration: underline;
}

#installLoginBox #addClient
{
    text-align: center;
    margin-top: 20px;
}

#installLoginBox #searchResult
{
    margin-top: 20px;
}

#installLoginBox #searchResult table th
{
    color: #FFFFFF;
    background-color: #2554C7;
}

#installLoginBox #searchResult table th,
#installLoginBox #searchResult table td
{
    padding: 5px;
}

#installLoginBox #searchResult .alt
{
    background-color: #A0CFEC;
}

#installLoginBox #signinStatus,
#installLoginBox #updateStatus,
#installLoginBox #addStatus
{
    text-align: center;
    margin-bottom: 20px;
}

.errorMessage
{
    color: #FF0000;
    font-weight: bold;
}

.infoMessage
{
    color: #000000;
    font-weight: bold;
}