HTML,BODY {margin:0; padding:0; height:100%; width:100%; background:white}
@media screen and (-webkit-min-device-pixel-ratio:0) {HTML {overflow:auto!important}}

BODY {min-width:960px}

H1, H2 {font-weight:normal}
H3, H4, H5, H6 {font-weight:bold}
H1 {font-size:20px; margin:8px 0}
H2 {font-size:18px; margin-top:0}
H3 {font-size:14px; margin-top:10px}
H4 {font-size:12px; margin-top:10px}

P {padding:7px 0}

/*checkbox*/
LABEL {
    padding:0 5px 0 0;
    line-height:20px;
}

LABEL * {vertical-align:middle}

LABEL INPUT {
    margin:-2px 6px 0 0;
   _margin: 0 3px 0 -4px;
}

/*input&textarea*/
INPUT.text,
TEXTAREA {
    border-top:1px solid #bbb;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-left:1px solid #bbb;
    padding:1px 0 2px 2px;
    width:220px;
   _height:150%;
}

SELECT {
    border-top:1px solid #bbb;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-left:1px solid #bbb;
    width:220px;
}

TEXTAREA {width:100%; height:6.6em; _height:6.4em}

/*button*/
BUTTON {
    padding:1px 10px;
    overflow:visible;
    line-height:1.17em;
   _width:1px;
}

TABLE {border-collapse:collapse}

/*warning*/
.ok      {background:#daecde}
.warning {background:#eaeaea}
.error   {background:#f0e7e1}

.ok, .warning, .error {
    color:#000;
    margin-bottom:2px;
    padding:15px;
    width:50%;
}

A {color:#2880ce}
A:hover {color:#666}

.main {
    height:240px;
    overflow:visible;
    margin:0 30px;
    position:relative;
    min-width:886px;
}

.main .shadow-tl,
.main .shadow-tr {
    background:url('/img/index/shadow-tl.png') 0 0 no-repeat transparent;
    height:12px;
}

.main .shadow-tr {
    background-image:url('/img/index/shadow-tr.png');
    float:right;
    width:24px;
}

.main .shadow-l,
.main .shadow-r {
    background:url('/img/index/shadow-l.png') 0 0 no-repeat transparent;
    float:left;
    height:100%;
    width:12px;
}

.main .shadow-r {
    background-image:url('/img/index/shadow-r.png');
    float:right;
    right:30px;
}

.main .main {background:#fff}

/*head*/
.head {height:80px; margin:0 42px; overflow:hidden}

.head .logo,
.head .news-head,
.head .balance,
.head .user    {height:100%; margin-top:-80px; position:relative}

.head .logo    {width:250px; margin:0; z-index:10}
.head .news-head    {width:50%}
.head .balance {width:20%; margin-left:50%}
.head .user    {width:30%; margin-left:70%}

/*logo*/
.logo a {
    display:block;
    height:100%;
    width:153px;
    text-decoration:none;
}

.logo a:hover {opacity:.7}

.logo_1 { background:url('/img/logo_cop_1.gif') 0 50% no-repeat transparent; }
.logo_2 { background:url('/img/logo_cop_2.gif') 0 50% no-repeat transparent; }
