td {
	font-size: 14px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
input,textarea,select {
	font:14px "宋体","新宋体"; 
	background-color:#F6F6F6;
	border-style:solid; 
	border-width:1px;
	border-color:black  }
.buttonstyle{
    color: black !important;          /* 黑色字体 */
    -webkit-text-fill-color: black !important;
    background-color: #ffffff !important; /* 白色背景 */
    -webkit-appearance: none !important;
    appearance: none !important;
    border: 1px solid #ccc !important;
    outline: none !important;
}

.inputbutton {
    font:14px "宋体","新宋体" !important;
    color: black !important;          /* 黑色字体 */
    -webkit-text-fill-color: black !important;
    background-color: #ffffff !important; /* 白色背景 */
    border:1px solid black !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    outline: none !important;
}