/* South County Football League Copyright 2009, 2010, 2011
   Original content authored/modified by Mitch Provost -->*/
a {
    text-decoration:none;
    color: blue;
}

body {
    background-image: url("../widgets/bgroundWH.jpg");
}

table.text {
    font-size: 13px;
}

#content { position: absolute;
/*    text-align: center;*/
    font-size: 16px;
    font-family: Verdana;
    color: black;
    width: 300px;
    height: 160px;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -100px;
    border: solid black 1px;
    padding: 20px;
    background-color: lightgrey;
}
*html #content {
    height: 165px;
    width: 360px;
}
#reload { position: absolute;
    right:5px;
    font-size: 8px;
    font-family: Verdana;
    color: red;
    bottom:35px;
}
#nopass { position: absolute;
    right:20px;
    font-size: 8px;
    font-family: Verdana;
    color: red;
    bottom:20px;
}
