@IMPORT url("poem.css");

body {
    background: transparent url(images/header_bg.gif) repeat-x 0 0;
}

h1 {
    display: none;
}

#header {
    width: 100%;
    height: 94px;
    background: transparent url(images/logo.gif) no-repeat 0 0;
}

#title {
    margin: 0;
    padding: 0.4em 0.6em 0.2em 0.6em;
    border-bottom: 1px dotted;
    font-size: larger;
    font-family: simhei, simsun;
    font-style: italic;
    text-align: right;
}

#title
	span.extra {
    color: brown;
}

#searchForm {
    margin: 0;
    padding: 67px 0 0 0;
}

#toolbar {
    margin: 0px 0 0 234px;
    padding: 0;
    color: #b3e7ee;
}

#searchText {
    margin: 0;
    width: 150px;
    border: 1px solid #113c42;
}

#toolbar li {
    float: left;
    margin-left: 5px;
}

#toolbar li a {
    display: block;
    width: 81px;
    height: 21px;
    line-height: 21px;
    background: transparent url(images/header_toolbar_btn_bg.gif) no-repeat 0 0;
    font-size: 12px;
    color: #b3e7ee;
    text-decoration: none;
    text-align: center;
}

#toolbar #logout a {
    width: 21px;
    background: transparent url(images/header_toolbar_btn_logout_bg.gif) no-repeat 0 0;
}

#searchTextMI {
    display: block;
    height: 21px;
    line-height: 21px;
    float: left;
    background: none!important;;
    width: 230px!important;;
}

