.buttoninput
{
	font-weight:bold;
	cursor:hand;
	padding-left:6px;
	width:85px;
	height:25px;
	font-size: 9pt;
	color: #666666;
	border: 0px solid #666666;
	background-color: #ffffff;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(https://www.cnblogs.com/images/cnblogs_com/jjccx/34901/o_buttondefault.gif);
}

.buttoninputhover
{
	font-weight:bold;
	cursor:hand;
	padding-left:6px;
	width:85px;
	height:25px;
	font-size: 9pt;
	color: #666666;
	border: 0px solid red;
	background-color: #ffffff;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(https://www.cnblogs.com/images/cnblogs_com/jjccx/34901/o_buttonover.gif);
}

.buttoninputdown
{
	font-weight:bold;
	cursor:hand;
	padding-left:6px;
	width:85px;
	height:25px;
	font-size: 9pt;
	color: #666666;
	border: 0px solid red;
	background-color: #ffffff;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(https://www.cnblogs.com/images/cnblogs_com/jjccx/34901/o_buttondown.gif);
}