
/**
查询按钮样式
**/
.search-button {
    background: url(images/search.gif) repeat-x center;
    cursor:hand;
	height: 22px;
	width: 68px;
	border: 0;
}

/**
功能列表按钮
**/
.function-button {
    background: url(images/skin_button.jpg) ;
    cursor:hand;
    white-space:nowrap;
	text-align: center;
	margin-top:2px;
	margin-right:1px;
	height: 17px;
	border: 1px solid #9B9B9B;
	padding-top:2px;
	padding-left:5px;
	padding-right:5px;
	font-family: "宋体";
	font-size: 12px;
	color: #5C5C5C;
}

/**
按钮
**/
.function-button2 {
    background: url(images/skin_button.jpg) ;
    white-space:nowrap;
	text-align: center;
	margin-top:2px;
	margin-right:1px;
	height: 17px;
	border: 1px solid #9B9B9B;
	padding-top:2px;
	padding-left:5px;
	padding-right:5px;
	font-family: "宋体";
	font-size: 12px;
	color: #5C5C5C;
}