﻿
body {
	background-color: #f6f6f6;
	border: 0px inset;
	scroll:no;
}
td {
	font-family: "宋体", "Arial";
	font-size: 12px;
	border: 0px;
}
.gridLine th
{
	border:solid 1px #ECE9D8; /*padding:1px;*/
	padding-top:1px;
	}

.gridLine td
{
	border:solid 1px #ECE9D8; /*padding:1px;*/
	padding-top:1px;
	}
a {
	text-decoration: none;
	color: #003399;
}
a:hover {
	color: #FF0000;
}
.input {
	font-family: "宋体", "Arial";
	font-size: 12px;
	border-color:#888888;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-width:0px;
	border-top-width:0px;
	border-right-width:0px;
}
.inputT {
	font-family: "宋体", "Arial";
	font-size: 12px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-top-width:0px;
	border-right-width:0px;
}
.button {
	border: 1px outset;
	text-align: center;
}


.CustomButton{
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/btn_bg1.PNG', sizingMethod='scale');
        }
.CustomButton a:hover{
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/btn_bg1_1.PNG', sizingMethod='scale');
        }
