h2 {
    padding-top: 24px;
}

img {
    border: 0;
}

#message, #error {
    width: 100%;
}

#message {
    background-color: #ffff9c;
}

#error {
    background-color: #ff9c9c;
}

#message p, #error p {
    text-align: center;
    padding: 24px;
}

input, textarea, select {
    margin: 6px;
}

#cat-check {
    width: 280px;
    height: 120px;
    overflow: auto;
}

#cat-check ul {
    padding-bottom: 12px;
}

#cat-check ul, .cat-check li {
    list-style: none;
}

#cat-check ul ul {
    font-size: .8em;
}

#cat-check input {
    margin: 2px;
}

#content {
    float: left;
    width: 700px;
}

#sidebar {
    padding-top: 60px;
    float: right;
    width: 140px;
    text-align: center;
}

#featured p {
    padding: 12px 2px;
    border: 1px solid #888;
}

#featured span {
    font-size: 7pt;
    line-height: 6pt;
}

.clear {
    clear: both;
}

#navigate {
    padding-left: 24px;
}

#signin {
    text-align: center;
}

.fineprint {
    font-size: 8pt;
}

#admin-companies #name {
    font-size: 14pt;
    width: 200px;
}

#admin-companies #blurb {
    width: 240px;
}

#admin-companies #first {
    width: 80px;
    margin-right: 0px;
}

#admin-companies #street {
    width: 240px;
}

#admin-companies #st {
    width: 24px;
}

#admin-companies #zip {
    width: 84px;
}

.view-all {
    text-align: right;
    margin-bottom: 12px;
}