body
{
    margin: 5px 0 0 0;
    background: #FFF url('../images/bghtmlx.png') repeat-x;
    text-align:center;
    font: 14px 'Segoe UI','Trebuchet MS',Arial, Helvetica, sans-serif;
}
#warpper
{
    margin: 0 5px 0 5px;
}
#header
{
    margin: 0 5px 0 5px;
    padding: 8px 4px 8px 4px;
    height: 50px;
    display: webkit-box;
    overflow: hidden;
    text-align: right;
}
#header h1
{
    margin: 0 5px;
    color: #fff;
    font: 100%/1.5 'Segoe UI','Trebuchet MS', Arial, sans-serif;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
}
#header .leftpanel
{
    padding: 10px 0 0 15px;
    float: left;
    text-align: left;
}
#header .rightpanel
{
    padding: 10px 0 0 15px;
    text-align: right;
}
#content
{
    margin: 5px 0 5px 0;
    padding: 5px;
    text-align: center;
}
#content h1
{
    margin: 5px 0 5px 0;
    padding: 5px;
    color: #000000;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
}
#content h2
{
    margin: 5px 0 5px 0;
    padding: 5px;
    color: #FFFFFF;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
}
#content a
{
    text-decoration: none;
    font-weight: bold;
}
#content a:hover
{
    color: #999999;
}
#content table
{
    margin: 0 auto 0 auto;
}
#content img
{
    border: solid 0px #FFFFFF;
}
#content .dialog_header
{
    margin: 0 auto 0 auto;
    padding: 5px;
    text-align: center;
    width: 250px;
    cursor: default;
}
#content .dialog_content
{
    margin: 0 auto 0 auto;
    padding: 5px;
    text-align: center;
    width: 250px;
}
