html {
    height:                 99%;
    background-color:       #f0f0f0;
    }

body {
    font-family:            verdana, helvetiva, sans-serif;
    font-size:              10pt;
    color:                  #000;
    margin-top:             0;
    margin-left:            0;
    margin-right:           0;
    height:                 100%;
    }


#main {
    margin-left:            40px;
    padding-top:            7px;
    height:                 20px;
    width:                  800px;
    margin-left:            auto;
    margin-right:           auto;
    }

#logo {
    background-color:       #e90034;
    border:                 1px solid #434343;
    width:                  100%;
    margin-left:            auto;
    margin-right:           auto;
    margin-top:             5px;
    margin-bottom:          5px;
    height:                 55px;
    padding:                5px;
    color:                  #fff;
    font-size:              18pt;
    vertical-align:         top;
    }

#logo img {
    margin-right:           20px;
    }

.box {
    border:                 1px solid #a6b3b3;
    padding:                50px 5px 50px 5px;
    width:                  100%;
    background-color:       #fff;
    }

.successBox {
    text-align:             center;
    padding:                50px 5px 50px 5px;
    font-weight:            bold;
    border:                 1px solid #a6b3b3;
    background-color:       #c1ffc1;
    width:                  100%;
    }

.errorBox {
    text-align:             center;
    padding:                50px 5px 50px 5px;
    font-weight:            bold;
    border:                 1px solid #a6b3b3;
    background-color:       #ffe3c1;
    width:                  100%;
    }

/****************************
    * LINKS                    *
    ***************************/
a   {
    color:                  #E90034;
    font-weight:            bold;
    text-decoration:        none;
    }

a:hover {
    color:                  #333;
    font-weight:            bold;
    text-decoration:        none;
    }
