body { 
    font: 16px verdana, arial, sans-serif;
    padding: 0px 20px;
    color: black;
    background-color: white;
    line-height: 1.3;
}
.section {
    margin: 0 0 38px;
    clear: left;
}
#linkbox {
    font-size: 10px;
    font-weight: normal;
}
a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: #374da2;
}
img {
    border: none;
}
sup {
    color: #374da2;
    font-weight: bold;
}
sup a {
    font-size: 12px;
}
.clear {
    clear: both;
}
#footer {
    margin-top: 70px;
    font-size: 10px;
}
#footnotes {
    border-top: 1px solid #999;
    font-style: italic;
    font-size: 12px;
    color: #555;
    margin-top: 80px;
}
.error {
    background-color: #FBE3B8;
    color: #B40514;
    font-weight: bold;
    padding: 5px 10px;
}
h3 {
    font-size: 20px;
    font-weight: bold;
    color: #374da2;
}
.step1,.step2,.step3 {
    height: 50px;
    line-height: 50px;
    padding-left: 65px;
}
.step1 {
    background: url(step1.png) no-repeat;
}
.step2 {
    background: url(step2.png) no-repeat;
}
.step3 {
    background: url(step3.png) no-repeat;
}
#frontImage {
    background: url(tshirtblackfront.jpg) no-repeat;
    width: 400px;
    height: 400px;
}
#backImage {
    background: url(tshirtblackback.jpg) no-repeat;
    width: 400px;
    height: 400px;
}
#frontDesigner {
    padding-right: 20px;
}
#frontPreview, #backPreview {
    font: bold 12px "Courier New",Courier,"Nimbus Mono L",monospace;
    line-height: 14px;
    color: #66CC33;
    margin: 0;
    padding-left: 140px;
}
#frontPreview {
    padding-top: 115px;
}
#backPreview {
    padding-top: 85px;
}
#frontText, #backText, #decodeIn, #decodeOut {
    background-color: #FBE3B8;
    border: solid 2px #374da2;
    padding: 2px 4px;
    width: 350px;
}
#decodeOut {
    border: none;
    color: black;
}
.messageEntry {
    padding: 0;
    margin: 0;
}
.fieldNotes {
    font-size: 15px;
}
.hidden {
    visibility: hidden;
}
#frontTextWarn, #backTextWarn {
    color: #B40514;
}

#imagePreview {
    margin-left: 20px;
    border: dotted 2px #374DA2;
    padding: 10px;
}
.productBox {
    padding: 15px;
    float: left;
    text-align: center;
}
.bookmarksteps td {
    padding: 10px;
}
.bookmarksteps .stepdesc {
    width: 400px;
}
.bookmarksteps .stepimage {
    width: 180px;
}
.screenshot {
    border: solid black 1px;
}
.bookmarklet {
    border: solid 1px;
    padding: 2px 4px;
}
.note {
    color: #888;
    font-size: 14px;
}

