body {
    background: #fff;
    color: #305050;
    font-family: monospace;
    padding: 0;
    margin: 10px 0 0 0;
}
a {
    color: #6b8e23;
}
#container {
  width: 800px;
  margin: 0px auto 0px auto;
}
#header {
    background: #9eb287;
}
h1 {
    margin: 0;
    padding: 0;
}
h1 a {
    color: #fff;
    text-decoration: none;
}

ul.navi {
    list-style: none;
    display: block;
    float: right;
    margin: 0;
}
ul.navi li {
    display: inline;
    margin: 0 5px;
}
ul.navi li a {
    color: #fff;
    text-decoration: none;
}
#wrap {
    float: left;
    width: 100%;
    margin-left: -305px;
}

#main {
    margin-left: 305px;
    padding: 10px;
}
#main p {
    margin: 0 0 3px 10px;
    text-indent: 1em;
}

#sub {
    float: right;
    width: 300px;

}

#footer {
    clear: both;
    padding: 10px;
    text-align: center;
}

h2, h3 {
    border: solid #6b8e23;
    border-width: 0 0 2px 0;
    font-size: 18px;
    margin: 30px 0 5px 0;
    padding: 2px;
    color: #5f7e70;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    clear: right;
}
div.child {
    margin-left: 30px;
}
ul.info {
    clear: right;
}
ul.info li {
    font-size: 10pt;
    color: #333;
}

textarea {
    width: 100%;
}

input[type="text"]:focus, textarea:focus {
    background: #d9d0ac;
}

.hotlink {
    cursor: pointer;
    font-size: 10pt;
    padding: 4px;
    margin: 5px;
    border: solid 1px;
    border-color: #9eb287;
    background: #5f7e70;
    color: #d0e0d0;
    float: right;
}
#option {
    display: none;
}

#send {
    display: block;
    margin: 30px auto;
}
div.fieldset {
    margin: 10px 0 10px 0;
}
div.legend {
    color: #666;
    background: #eee;
    padding: 3px 3px 3px 8px;
}
div.control {
    padding: 5px 5px 0 10px;
}
address.copyright a {
    font-size: 9pt;
    text-decoration: none;
    font-style: normal;
    color: #888;
}
#result {
    display: block;
    margin: 0 auto;
}

ul.error {
    display: block;
    background: #ffa68d;
    border: solid 1px;
    border-color: #9b674d;
    padding: 20px 10px 20px 10px;
}
ul.error li {
    color: #500000;
    margin-left: 20px;
}
h4 {
    color: #b06050;
}

.box {
}
.top div {
    background: url(../img/tl.png) no-repeat top left;
}
.top {
    background: url(../img/tr.png) no-repeat top right;
}
.bottom div {
    background: url(../img/bl.png) no-repeat bottom left;
}
.bottom {
    background: url(../img/br.png) no-repeat bottom right;
}
.top div, .top, .bottom div, .bottom {
    width: 100%;
    height: 8px;
    font-size: 1px;
}
.content { margin: 0 8px; }
