/*==================================================
 * Search
 *==================================================*/

div#content{
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

div#content .discarea{
    width: 95%;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #ffffff;
    border: 1px solid #202020;
    font-size: 90%;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: #333333 0px 1px 1px;
}

div#content h3{
    width: 100%;
    height: 30px;
    line-height: 2em;
    background-image: url("../image/h3bg.gif");
    background-position: center top;
    background-repeat: repeat-x;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    color: #ffffff;
    -webkit-box-shadow: #333333 0px 1px 1px;
}

div#content table tr td.left{
    vertical-align: top;
}

#content p{
    text-align: right;
    padding-right: 10px;
    font-size: 110%;
    font-weight: bold;
}
