*
{
    margin: 0;
    padding: 0;
    color: #333;
    font-family: ËÎÌå;
    font-size: 12px;
}

body
{
    background: url(../images/m-bg.jpg);
    margin-bottom:10px;
}

a
{
    color: #666;
    text-decoration: none;
}


.container
{
    margin: 10px;
    width: 768px;
    border: 1px #ccc solid;
    font-size: 12px;
    background: #f5f5f5;
}





.container .header
{
    border-bottom: 1px solid #cccccc;
    width: 768;
    height: 28px;
    background-image: url(../images/header_bg.gif);
}

.container .header .title
{
    font-family: ºÚÌå;
    text-align: center;
    margin-top: -5px;
    width: 150px;
    height: 30px;
    line-height: 35px;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    left: 10px;
    background: url(../images/title_bg.gif);
}

.container .intable
{
    width: 98%;
    margin: 4px auto;
    background: #fff;
    border-collapse: collapse;
    border: 1px solid #cccccc;
}
.container .intable td
{
    height: 25px;
    padding: 2px 4px;
    border: 1px solid #ccc;
}
.container iframe
{
}
.container .intable th
{
    height: 30px;
    text-align: center;
    background: #f5f5f5;
    border: 1px solid #ccc;
}

.container .intable td.dark
{
    background: #f5f5f5;
}


a.btn,button.btn
{
    text-align: center;
    border: 1px solid #ccc;
    color: #333;
    line-height: 23px;
    height: 25px;
    background-image: url(../images/btn_mix.gif);
    display:inline-block;
    padding: 0 4px;
}
button.btn
{
    display:inline;
    margin:1px;
}
a.btn:hover,button.btn:hover
{
    background: url(../images/btn_mix.gif) 0 30px;
    cursor:pointer;
}

.btn_submit_common
{
    cursor: pointer;
    height: 25px;
    display: block;
    vertical-align: middle;
    border: 1px solid #999;
}

.btn_submit_out
{
    background: url(../images/btn.gif);
}

.btn_submit_hover
{
    background: url(../images/btn_hover.gif);
}

/*Ò³Âë¿ò*/

#showpage
{
    margin-left: 150px;
    clear: both;
}

a.pagebtn
{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 17px;
    font-size: 14px;
    float: left;
    margin: 1px;
    width: 18px;
    height: 18px;
    color: #333;
    text-align: center;
    border: 1px solid #ccc;
}

a.pagebtn:hover
{
    border: 1px solid #999;
    background-color: #ccc;
    color: #000;
}

#showpage input
{
    height: 19px;
    width: 20px;
    border: 1px solid #ccc;
}

