div#flash {
    width: 707px;
    height: 341px;
    float: left;
    margin: 2px 6px 0 0;
}

div#box {
    float: left;
    margin-top: 9px;
    width: 259px;
}
div#box input.submit {
    border: none;
    padding: 0;
    margin: 0;
    width: auto;
}

div#box form.search h3,
div#box form.newsletter h3 {
    margin: 0 0 12px 0;
    height: 20px;
}

div#box form.search {
    background: url(/htdoc/images/box.search.bg.jpg) no-repeat;
    height: 196px;
    margin: 0 0 9px 0;
    font-size: 8pt;
    padding: 8px 12px 0 19px;
}

div#box form.search strong {
    display: block;
    margin-bottom: 8px;
    color: #1d466f;
}
div#box form.search select,
div#box form.search input {
    display: block;
    font-size: 8pt;
    width: 222px;
    padding: 2px 3px;
    margin-bottom: 10px;
}
div#box form.search input {
    width: 216px;
}

div#box form.newsletter {
    background:  url(/htdoc/images/box.newsletter.bg.jpg) no-repeat;
    height: 134px;
    padding: 8px 12px 0 19px;
}
div#box form.newsletter span {
    display: block;
    margin-bottom: 10px;
}
div#box form.newsletter input {
    width: 128px;
    padding: 2px 2px;
    float: left;
    margin-right: 6px;
}
div#content {
    clear: both;
}