.tableBox {
	border: 1px solid #0099FF;
}
.inputBox {
	border: 1px solid #CCCCCC;
	font-family: "宋体";
	font-size: 12px;
	background: transperant;
}
.textareaBox {
	border: 1px solid #CCCCCC;
	font-family: "宋体";
	font-size: 12px;
	background: transperant;
}
.textNormal {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;

}
.inputBoxDisable {
	border: 1px solid #000000;
	font-family: "宋体";
	font-size: 12px;
	background: #dddddd;
}
.buttonBox {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
	background: #FFFFFF;
	border: thin solid #333333;
}
.selectBox {
	border: 1px solid #000000;
	font-family: "宋体";
	font-size: 12px;
	background: transperant;
}
.textErrMsg {
	font-family: "宋体";
	font-size: 12px;
	color: #FF0000;
}
.textLink {
	font-family: "宋体";
	font-size: 12px;
	color: blue;
	cursor: hand;
}
a:link {
	font-family: "宋体";
	font-size: 12px;
	text-decoration: none;
}
a:visited {
	font-family: "宋体";
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	font-family: "宋体";
	font-size: 12px;
	text-decoration: none;
}
a:active {
	font-family: "宋体";
	font-size: 12px;
	text-decoration: none;
}
.fontsize {
	font-size: 12px;
}
