





div#footer {
    position:fixed;
    bottom:20px;
    right:20px;
}

div#footer a {
    font-size:0.9em;
    color: gray;
}

div#body {
    text-align:center;
}

div#centerbox {
    display:inline-block;
    text-align:center;
    /*border:1px solid gray;*/
    padding: 20px 20px 20px 20px;
    margin-top:50px;
    width:800px;
}

div#leftbox  {
    display: inline-block;
    text-align:left;
    padding: 20px 20px 20px 20px;
    margin-top:50px;
    width:700px;
    padding-bottom:100px;
}


img#headimg {
    width:400px;
}


h3 {
    text-align:center;
    margin: 50px 0 30px 0;
    color:#666666;
}

h3.subheadline {
    margin-top: -20px;
    margin-bottom: 40px;
}



/* welcome page stuff */

h5.success {
    color:green;
    margin-bottom: 20px;
}

h6.tournament {
    margin-bottom:40px;
}



div#welcometext {
    display:inline-block;
    text-align: left;
    width: 350px;
}

div#welcometext blockquote {
    font-size:0.95em;
}




/* first-aid stuff */

div.infotext ol li {
    padding:2px;
    padding-left:10px;
}

div.infotext ul ul h5 {
    font-weight: normal;
    margin-top: 0px;
}

div.infotext h4 i {
    margin-right:5px;
}

div.tutorial {
    border-top: 1px solid lightgray;
}






/* login form stuff */

div#formbox {
    display:inline-block;
    width:230px;
    text-align:left;
}

div.row {
    margin:10px;
}

div.legend {
    font-weight:bold;
}

div.inputbox {
    padding:3px;
    margin-left:10px;
    margin-top:5px;
    width:200px;
}

p.error {
    margin-top:10px;
    color:darkred;
    font-size:0.9em;
}

input#loginButton {
    width:100px;
}

p#lostPasswordButton {
    margin-top:5px;
}