a {  text-decoration: none; color: #000000}
a:hover {
	text-decoration: underline;
	color: #CC0000
}
td,p{
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
	table-layout:fixed;
	word-break:break-all;
	line-height: 22px;
	}
body {
	background-image: url(../Skin/Jinfan/bg_all.jpg);
	background-repeat: repeat-x;
	background-color: #C1D9F3;
}
.tab_border4 {
	border: 1px solid #BCCCF8;
}
.form1{  text-decoration: none; line-height: 14px; font-size: 9pt; font-family: "宋体"; background-color:#FF9900; border: 1px #B0266D dashed;}
.form {BORDER-BOTTOM: #666666 1px solid; BORDER-LEFT: #666666 1px solid; BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid; FONT-FAMILY: "宋体"; FONT-SIZE: 9pt}.text14 {
	font-size: 14px;
	line-height: 24px;
}
/*文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
input
{
background-color: #ffffff; 
border-bottom: #666666 1px solid;
border-left: #666666 1px solid;
border-right: #666666 1px solid;
border-top: #666666 1px solid;
color: #666666;
height: 18px;
border-color: #666666 #666666 #666666 #666666; font-size: 9pt
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 9pt;height: 20px;
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
font-size: 9pt;height: 20px;
}