/** breadcrumb **/
#breadcrumb{
    background:#E8F6DD url(system_media/bg.gif) repeat-x scroll 0 -225px;
    border-bottom:1px solid #E0E0E0;
    color:#124313;
    font-size:13px;
    margin:0 0 5px;
    padding:11px 0 7px 12px;
}
#breadcrumb a{
    margin:0px 3px;
    font-weight:bold;
    color:#124313;
}
.box{
   background-color:#F5FBF0;
}
.box h2{
   background-color:#E8F6DD;
   color:#000;
}
div.show_info{
    margin-bottom:10px;
    padding:10px;
    position:relative;
}
div.show_info p{
    line-height:2em;
}
div.show_info label{
    float:left;
    margin-right:1%;
    text-align:right;
    width:10%;
}
div.box h2 a{
    background-color:#C4E4B1;
    color:#000;
}
div.box h2 a:hover{
    color:#fff;
    background-color:green;
}
ul.sidemenu {
    border-top:0px;
}
.captcha-code{
    margin-bottom:15px;
}
fieldset,div.show_info{
    background:#d1eac1 none repeat scroll 0 0;
    border:1px solid #BBBBBB;
}
fieldset.mult p label{
    float:left;
    line-height:2em;
    margin-right:1%;
    text-align:left;
    width:98%;
}
fieldset.mult p input,fieldset.mult p select{
    width:40%;
    border:1px solid #fffff0;
}
fieldset input.radio{
	width:10px;
}
fieldset.mult input.button{
    margin-left:0;
}

/** toolbar **/
.toolbar{
    background-color:#F5FBF0;
    margin:5px 0;
    text-align:right;
    border-top:1px dashed #C9D6C5;
    height:23px;
}
.toolbar a{
    height:20px;
    width:70px;
    display:block;
    background: #FFCC00 url(system_media/icon.jpg) -4px -55px;
    float:right;
    margin:0 0 0 5px;
    padding:2px 7px;
    text-align:center;
}
.toolbar a:hover{
    background: #FFCC00 url(system_media/icon.jpg) -4px -80px;
    color:#000000;
    text-decoration:none;
}
table.tl{
    border-width:1px 0 0 1px;
    border-color:#ccc;
}
table.tl th {
    background-color:#C4E4B1;
    font-weight:bold;
    text-align:center;
    height:30px;
}

table.tl th,table.tl td{
    border: 1px solid #ccc;
    border-width:0 1px 1px 0px;
    vertical-align:middle;
}
table.tl td{
    height:30px;
    background-color:#fff;
    padding:3px;
    margin:0px;
}
fieldset p.tip{
	margin:0px;
}
p.tip{
	background-color:#F5FBF0;
	width:98%;
	padding:5px;
}
p.tip a{
    color:blue;
    font-weight:bold;
}
/** 用于控制传真地区展示的css **/
.fax_div
{
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 500px;
}
.fax_ul{list-style: square;width:400px;}
.fax_li{float:left;list-style:none;margin:5px;border:1px solid #ccc;margin-top:5px;width:60px}
