﻿/*betop*/
* { margin:0px;padding:0px;}

/*body*/
body   
{
    background: #fff;
    font-size: .80em;
    font-family: "宋体";
    margin: 0px;
    padding: 0px;
    color: #696969;
}

#container { margin:0px auto; width:auto;}
 
/*header*/

#title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}
#loginfo
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}
#header { height:50px; background:#6cf;}
#header h1 { padding:10px;}
#menu { background:#06f; width:auto; }
#menu ul { list-style-type:none;margin-left:20%;height:auto;} 
#menu ul li { float:left; width:auto; margin-left:20px;text-align:center;}
#menu ul li a { display:block; padding:3px 10px; color:#fff; text-decoration:none;}
#menu ul li a:hover { text-decoration:underline; color:Red;}
/*main*/
/* menu       -- height导航菜单高
   menu ul    -- margin-left距离左边百分比
   menu ul li -- width每项的宽
       */

/*BaoJia*/
#BJAdd { border:105px; border-color:Navy}
#BJAdd dl { float:left;}
#BJList.PagerStyle a
{
    color:#ffffff;
    text-decoration:none;
    padding:2px 10px 2px 10px;
    border-top:solid 1px #777777;
    border-right:solid 1px #333333;
    border-bottom:solid 1px #333333;
    border-left:solid 1px #777777;
}

/*footer*/
#footer { text-align:center; border-top:3px solid #ccc; height:4px; text-align:center; padding:6px;}


/*clearfloat*/
.clearfloat {clear: both;height: 0;font-size: 1px;line-height: 0px;}

fieldset {
 padding:10px;
 margin-top:5px;
 border:1px solid #1E7ACE;
 background:#fff;
}

fieldset legend {
 color:#1E7ACE;
 font-weight:bold;
 padding:3px 20px 3px 20px;
 border:1px solid #1E7ACE; 
 background:#fff;
}

fieldset label {
 float:left;
 width:120px;
 text-align:right;
 padding:4px;
 margin:1px;
}

fieldset div {
 clear:left;
 margin-bottom:2px;
}