﻿body {
    background: #ffffff; margin: 0; padding: 0; font-size: 14px; font-family: '微软雅黑';
}
#main{
    width: 100%; min-width: 1050px; height: 389px; padding-top: 155px; position: fixed; left: 0; top: 0;
}
#mainbg{
    width: 100%; height: 105px; background: #a30303;
}
.bgform{
    width: 855px; height: auto; margin: 0 auto;
}
.bgleft{
    height: 140px; padding-left: 30px; width: 825px; background-color: #ffffff; background-image: url(/WebLogin/images/admin_left.png); background-repeat: no-repeat; background-position: left center;
}
.bgright{
    height: 140px; padding-right: 30px; width: 795px; background-color:#ffffff; background-image: url(/WebLogin/images/admin_right.png); background-repeat: no-repeat; background-position: right center;
}
.bgcenter{
    height: 100px; padding: 20px 0;
}
.bgmain{
    height: 120px; background: #a30303; margin: 0;
}
#mainbody{
    width: 855px; height: auto; margin: 0 auto; position: absolute; left: 0; top: 45px; *top: 35px; z-index: 9;
}
.bodyform{
    width: 628px; height: 389px; margin: 0 auto; background: #f5f5f5; border-radius: 10px; box-shadow: 0 0 10px #808080; -webkit-box-shadow: 0 0 10px #808080; -moz-box-shadow: 0 0 10px #808080; *filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=0, strength=6) progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=90, strength=6) progid:DXImageTransform.Microsoft.Shadow(color=#cccccc direction=180, strength=6) progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=270, strength=6); -ms-filter:'progid:DXImageTransform.Microsoft.Shadow(color=#CCCCCC,direction=0,strength=6) progid:DXImageTransform.Microsoft.Shadow(color=#CCCCCC,direction=90,strength=6) progid:DXImageTransform.Microsoft.Shadow(color=#CCCCCC,direction=180,strength=6) progid:DXImageTransform.Microsoft.Shadow(color=#CCCCCC,direction=270,strength=6)';
}
.bodytitle{
    display: block; background: #a30303; color: #ffffff; border-top-left-radius: 10px; border-top-right-radius: 10px; line-height: 70px; padding: 0 20px;
}
.bodytitle h1{
    margin: 0; text-shadow: 3px 3px 2px #323232; filter:progid:DXImageTransform.Microsoft.MotionBlur(strength=5, direction=135);
}
.bodycont{
    width: 580px; min-height: 240px; margin: 50px auto 0; position: relative;
}
.bodyleft{
    display: inline-block; width: 200px; height: 190px; padding: 50px 0 0; border-right: #e2e2e2 1px solid;
}
.bodyright{
    width: 380px; height: 240px; position: absolute; right: 0; top: 0;
}
.bodyrow{
    margin: 30px 0 0; zoom: 1;
}
.bodyrow:after{
    content: "."; display: block; height: 0; clear: both; visibility: hidden;
}
.rowtext{
    display: block; width: 90px; text-align: right; line-height: 38px; padding: 0 8px; font-size: 16px; float: left;
}
.rowinput{
    display: block; float: left;
}
.rowbtn{
    display: block; text-align: center; padding: 15px 0 0;
}
.adinpt{
    height: 36px; width: 230px; font-size: 16px; font-family: Arial; line-height: normal; line-height: 36px\9; outline: none; border-radius: 2px; border: #cccccc 1px solid; padding: 0 8px; margin: 0; box-shadow: inset 1px 1px 4px #d9d9d9; -webkit-box-shadow: inset 1px 1px 4px #d9d9d9; -moz-box-shadow: inset 1px 1px 4px #d9d9d9; *background: url(/WebLogin/images/iptbg.png) no-repeat left top; background: url(/WebLogin/images/iptbg.png) no-repeat left top\0;
}
.adbtn{
    height: 36px; background: #a30303; font-family: '微软雅黑'; color: #ffffff; min-width: 80px; border: 0; margin-right: 20px; outline: none; cursor: pointer; box-shadow: 2px 2px 2px #a0a0a0; -webkit-box-shadow: 2px 2px 2px #a0a0a0; -moz-box-shadow: 2px 2px 2px #a0a0a0; *filter: progid:DXImageTransform.Microsoft.Shadow(color=#b2b2b2, direction=135, strength=4); -ms-filter:'progid:DXImageTransform.Microsoft.Shadow(color=#b2b2b2,direction=135,strength=4)';
}
.adbtn:hover{
    box-shadow: 2px 2px 6px #a0a0a0; -webkit-box-shadow: 2px 2px 6px #a0a0a0; -moz-box-shadow: 2px 2px 6px #a0a0a0; background: #c11a1a;
}
.adbtn:active{
    box-shadow: inset 1px 1px 6px #323232; -webkit-box-shadow: inset 1px 1px 6px #323232; -moz-box-shadow: inset 1px 1px 6px #323232;
}
#showbox{
    display: none; min-width: 230px; border: #000000 1px solid; background: #ffff00; color: #000000; text-align: center; padding: 10px; position: absolute; right: 25px; top: -35px; *top: -30px; z-index: 999;
}