
.lin1 {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.lin2 {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: #FD7115;
}
.lin3{
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #454442;
}

.style {
	font-size: 12px;
	font-family: "宋体";
}
.style1 a { color:#000; text-decoration:none;}
.style1 a:hover { color:#fff; text-decoration:underline;}

#nav{width:220px; margin-top:10px; margin-bottom:10px;}
#nav h4{ background:url(../images/myzh_left_titlebg.gif) no-repeat; height:25px; font:12px "宋体"; padding-top:7px; padding-left:25px; margin-bottom:0;}
#nav ul{ font:12px "宋体"; margin:0; padding:0; list-style:none; padding-left:5px;}
#nav li{  padding:3px; border-bottom:1px dashed #ebebe8;}
#nav  li img{ padding-right:10px;}

.right_side{font:12px "宋体"; margin-left:10px; margin-top:7px; width:743px;}
#left{ text-align:left; padding:8px; }
.bor{ border-bottom:2px dotted #f27f86;font:12px "宋体"; }
input value{ font:12px '宋体'; padding-top:2px;}


/* ========->  可移动层样式  <-======== */
.floatparent
{
	border:solid 1px #82A0A2;
	background-color:#FFFFFF;
	width:680px;
	position:absolute;
	filter:dropshadow(Color=#c0c0c0, OffX=2, OffY=-2);
	z-index:1000;
	display:none;
	filter:Alpha(Opacity=0);
	opacity:0;	
	top:320px;
}

.floattitle
{
	cursor:move; 
	width:100%; 
	height:33px;
	border:solid 0px #000000; 
	background-image:url(/Images/bg_movedivtitle.gif);
	background-repeat:repeat-x;
	line-height:33px;
	text-align:center;
	filter:blur(add=1, direction=135, strength=2);
}

.floatcontent
{
	line-height:20px;
	text-align:center;
	overflow-y:auto;
	overflow-x:none;
}

.floatfooter
{
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
}

.floatcontent .itemtitle
{
    float:left;
    line-height:25px;
    text-align:right;
    width:90px;
}

.floatcontent .item
{
    float:left;
    line-height:25px;
}

.floatcontent .clear
{
    clear:both;
}