/*
 * css for TOFD device registration page
 *
 * $Header: /home/cvsroot/TOFD/registration/www/view.css,v 1.3 2021/05/11 10:54:57 bdale Exp $
 */
body
{
    background-color: #d9d9d9;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    text-align: center;
}
#TOFDlogo
{
    background: url("images/TOFD.png") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h2 {
    font-size: 28px;
    font-weight: normal;
}

/*** Form stuff ***/
label.description
{
    border:none;
    color:#222;
    display:block;
    font-size:95%;
    font-weight:700;
    line-height:150%;
    padding:0 0 1px;
}

/**** Errors ****/
.error {
    color: #FF0000;
}

input.error
{
    background: transparent;
    min-width: 260px;
    width: 15%;
    border: none;
    text-align: center;
    margin: 0px 0px 20px 0px;
}

/**** Buttons ****/
.buttons input
{
    font-size: 18pt;
    margin-bottom: 30px;
}

/**** Inputs and Labels ****/
input.name
{
    width: 160px;
}

#trailertable {
    margin-left:auto;
    margin-right:auto;
}
