#wrapper {
    width: 700px;
    margin: 0 auto;
}
h1 {
    margin: 0 0 15px;
    background: left center no-repeat url(images/tpl_logo.png);
    font-size: 22px;
    padding: 5px 0 0 55px;
    line-height: 14px;
}
h1 .subhead {
    color: #999;
    font-size: 12px;
    line-height: 18px;
}
h2 {
    border-left: 7px solid #333;
    padding-left: 5px;
    color: #333;
    margin-top: 20px;
}

#sidebar {
    width: 200px;
    float: right;
}
.padding {
    margin: 0 10px;
}
.bar {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

a.button {
    display: block;
    background: left center no-repeat;
    padding-left: 35px;
    height: 30px;
    vertical-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    margin: 0 auto;
    padding: 5px 5px 5px 35px;
}
a.button:hover {
    background-color: #eee;
    text-decoration: none;
}

a#download {
    background-image: url(images/icon_dl_black.png);
}
a#download:hover {
    background-image: url(images/icon_dl_red.png);
}

h4 {
    font-size: 14px;
    color: #666;
    margin: 0 0 10px;
}


#content {
    margin-right: 215px;
}




body {
    font-family: helvetica, arial, sans-serif;
    font-size: 11px;
    line-height: 1.5em;
}
p {
    margin: 0 0 10px;
}
table {
    margin-bottom: 15px;
    line-height: 1.1em;
}
th {
    text-align: left;
    text-transform: uppercase;
    padding: 3px;
    color: #333;
    background-color: #bbb;
}
td {
    padding: 2px;
}
tr.row0 td {
    background-color: #ddd;
}
tr.row1 td {
    background-color: #eee;
}


a:link {
    color: #BF0000;
    text-decoration: none;
}
a:visited {
    color: #9F0000;
}
a:hover {
    color: #DF0000;
    text-decoration: underline;
}
a:active {
    color: #F00;
}


label {
    color: #999;
    display: block;
    margin-top: 5px;
}
input, textarea {
    width: 100%;
    border: 1px solid #999;
}
input#submit {
    width: auto;
    border: auto;
}
.errors {
    color: red;
}
.success {
    color: green;
}

.copyright {
    font-size: 9px;
    line-height: 1.1em;
    text-align: right;
}