.formButton {
	background: url("../../images/input_bg3.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    margin: 0 5px;
    text-align: center;
    width: 60px;
}
.formLongButton {
	background: url("../../images/input_bg4.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    margin: 0 5px;
    text-align: center;
    width: 100px;
}
/* 无查询记录时的提示信息样式BEGIN */
.matter_error_tips {
	padding: 10px 0px 30px 0px;
	text-align: center;
	vertical-align: middle;
	border: 0px solid red;
	height: 93px
}

.matter_error_tip {
	margin: 0px 0px 0px 0px;
	font-family : "宋体", Verdana, Arial;
	font-size: 18px;
	line-height: 20px;
	padding: 8px 0px 2px 0px;
	color: #858585;
	border: 0px solid red;
}

.matter_error_tip b {
	background: url("../../images/css_img/empty_ico.png") no-repeat;
	display: inline-block;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
}
/* 无查询记录时的提示信息样式END */