BODY,TD,TH,INPUT,DIV,SPAN,LI {
font-family: "Tahoma", "Arial", "新宋体", "宋体";
	font-size: 14px;
	word-break:break-all;
	color="black";
    line-height: 25px;
	}
BODY {
margin-bottom:15px;
}

form {
margin:0px;
padding:0px;
}

a {color:#000; text-decoration:none;}
a:visited {color: #343434;text-decoration: none;}
a:hover {color: #ff0000;text-decoration: underline;}


.chinesefont9pt {
	font-family: "Tahoma", "Arial", "新宋体", "宋体";
	font-size: 9pt;
}

.chinesefont12pt {
	font-family: "Tahoma", "Arial", "新宋体", "宋体";
	font-size: 12pt;
}

.en9pt {
	font-family:  "Tahoma", "Arial", "Verdana", "新宋体", "宋体";
	font-size: 8pt;
	color: #000000;
}

.en8pt {
	font-family:  "Tahoma", "Verdana", "Arial";
	font-size: 8pt;
}

.en7pt {
	font-family: "Tahoma", "Verdana", "Arial";
	font-size: 7pt;
}

.chinese9ptmain {
	font-family: "Times New Roman", "新宋体";
	font-size: 9pt;
	line-height: 18px;
}

.chinesefont105pt {
	font-family: "Tahoma", "Arial", "新宋体";
	font-size: 10.5pt;
}

.chinesefont105main {
	font-family: "Tahoma", "Arial", "新宋体";
	font-size: 10.5pt;
	line-height: 22px;
}
.input1 {
	border: 0px ;
	font-size: 9pt;
    width: 125px;
}
.input2 {
	border: 0px ;
	font-size: 9pt;
    width: 120px;
}


.hottable1 {
	background-color: #CDC8A7;
}
.hottable2 {
	color: #AD7400;
	background-color: #EEECE0;
}
.hottable3 {
	background-color: #FBFAF6;
}
.hot {
	font-size: 14px;
}


/*操作结果提示窗口*/
.c{text-align:center}
.infoBox{
	position:absolute;
	width:300px;
	/*
	padding:20px 10px;
	background:#fff;
	border:2px solid #84E5EE;
	*/
}
.infoBox h3{
	font-size:14px;
	text-align:center;
	padding:0;
	line-height:40px;
	vertical-align:middle;
}
.infoBox h3 span{
	height:40px;
	margin-left:-20px;
	text-indent:40px;
	display:inline-block;
}

.infoBox h3.succ span{
	background:url('http://my.poco.cn/images/ico_infoSucc.gif') no-repeat;
}
.infoBox h3.failed span{
	background:url('http://my.poco.cn/images/ico_infoFailed.gif') no-repeat;
}
.infoBox h3.question span{
	background:url('http://my.poco.cn/images/ico_infoQues.gif') no-repeat;
}
.infoBox h3.alert span{
	background:url('http://my.poco.cn/images/ico_infoAlert.gif') no-repeat;
}
.infoBox p{
	line-height:150%;
	margin:10px 0 5px 0;
	color:#9F9F9F;
}
