@IMPORT url("poem.css");

body {
    margin-right: 1em;
    background: #e6e5d0;
}

h2 {
    margin: 0 0 0.5em 0;
    padding: 0.4em 0.6em 0.2em 0.6em;
    font-size: medium;
    font-family: simhei, simsun;
}

.content {
    margin: 0em 0 1em 0;
    padding: 0.8em 0.8em 0.6em 0.8em;
    font-size: small;
}

.content
	div.split {
    margin: 4px 0;
    border-bottom: 1px dotted;
}

.buttonsarea {
    text-align: center;
    padding: 10px
}

.buttonsarea input {
    cursor: pointer;
    border: none;
    width: 288px;
    height: 23px;
    color: white;
    font-size: small;
    text-decoration: none;
    white-space: nowrap;
    background: transparent url(images/btn_search_bg.gif) no-repeat 0 0;
}

.group {
    text-align: center;
}

.group
	h3 {
    margin: 0 0 0.5em 0;
    font-size: small;
    font-weight: bold;
    border-bottom: 1px dotted !important;
    text-align: left;
}

.group
	select {
    width: 100%;
}


.content {
    margin: 0;
    padding: 1.1em;
    font-size: 14px!important;
}

h2, h3, h4 {
    color: #544e05;
}


.nametitle {
    background: transparent url(images/main_title_bg.gif) no-repeat 0 0;
    border-bottom: 2px solid #736b09;
    padding-left: 34px;
    line-height: 20px;
}

.viewopts {
    float: right;
    font-size: 12px;
    padding-top: 0px;
    color: #736b09;
}

.viewopts a {
    color: #736b09;
    text-decoration: none;
}

.parttitle {
    background: transparent url(images/parttitle_bg.gif) repeat-x 0 6px;
    height: 24px;
}

.parttitle h2 {
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0 12px 0 42px;
    color: #113c42;
    background: #e6e5d0 url(images/parttitle_icon.gif) no-repeat 0 2px; 
}

.area {
    border: 1px solid #6c6f04;
    background: #f6f6ec;
    margin: 10px;
}