body {
    margin: 90px 20px 20px 20px;
    background: #fff url(/images/artlogic_banner.gif) top left no-repeat;
}

body, h1, div, textarea, label {
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 14px;
    color: #555;
}

a, a:hover, a:visited {
    color: #3C65AA;
}

label.label_above {
    display: block;
    margin: 20px 0 10px 0;
    font-weight: bold;
    line-height: 1.3em;
}

#sample_link {
    margin-top: 3px;
}

#sample_link a {
    padding: 0 2px;
    font-weight: normal;
    color: gray;
    font-size: 10px;
}

h1 {
    font-size: 20px;
    margin-bottom: 30px;
}

textarea {
    width: 750px;
    border: 1px solid silver;
    padding: 8px;
    margin-bottom: 10px;
    font-family: "Courier New", courier, monospace;
    font-size: 14px;
}

#result_container, #result {
    display: none;
}

#result_container {
    margin-top: 10px;
}

#sample_code {
    display: none;
}

.offscreen {
    position: absolute;
    left: -1000px;
    top: 0;
}

#footer {
    margin-top: 20px;
}

.copyright, .copyright a {
    font-size: 11px;
    color: gray;
}

sup {
    font-size: 70%;
    color: silver;
    line-height: 70%;
    padding-left: 4px;
}

.copyright {
    line-height: 180%;
}

button {
    margin-right: 10px;
}

