
body {
    padding-top:55px;
    padding-bottom:30px;
}

html {
    background-image:url(/images/bg_cloud.png);
    background-position:center top;
    background-repeat:repeat-x;
}

div#doc {
    margin: 0 auto;
    width: 500px;
    text-align: left;
    background: #fff;
    border: 10px solid #66B8DC;
    padding: 0px 0 0 0;
    position: relative;
}

div#contents {
    text-align: center;
}

a {
    text-decoration: none;
    color: blue;
}

#header {
    padding: 15px 0 10px 0;
    margin-bottom:20px;
    text-align:center;
    border-bottom: 5px solid #66B8DC;
}

#footer {
    padding: 5px;
    text-align: center;
    border-top: 5px solid #66B8DC;
    background-image:url(/images/bg_cloud.png);
}

#footer address {
    font-family: trebuchet ms;
    font-size: 93%;
}

#logo {
    margin-left: 20px;
}

#contents {
    padding: 0 0px 0 0px;
}


#help h2 {
    font-size: 131%;
    font-weight: bold;
    color: #39a;
}

#help h3 {
    font-size: 108%;
    font-weight: bold;
    margin-bottom:10px;
    color: #39a;
    padding-bottom: 2px;
    border-bottom: 1px solid #66B8DC;
}

#help dl {
    margin-bottom:20px;
}

#help dt {
    font-weight: bold;
    margin-bottom: 5px;
    color: #39a;
}

#help dd {
    margin-bottom: 10px;
}

#help ul {
    margin-bottom:20px;
}

#help-icon {
    position:absolute;
    right:5px;
    top: 5px;
}

#labs {
    position:absolute;
    right:3px;
    bottom: 35px;
}

table#fileinfo {
    margin-bottom: 20px;
}

#fileinfo th {
    width: 100px;
}

#fileinfo td {
    margin-left: 30px;
}


.error {
    color: #f00;
}
