@charset "utf-8";
/* CSS Document */
#StdBtnCell tr td div {
	background-image:url(../Library/btnIMG/blank.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 120px;
	color: #FFF;
	text-align: center;
	vertical-align: text-bottom;
	padding-top: 5px;
	font-family: Arial;
	font-size: 12px;
}
#StdBtnCell tr td div a {
	color: #ffffff;
	text-align: center;
	vertical-align: text-bottom;
	padding-top: 5px;
	font-family: Arial;
	font-size: 12px;
	text-decoration:none;
}
#StdBtnCell tr td div a:hover {
	color: #8b9e6c;
	text-align: center;
	vertical-align: text-bottom;
	padding-top: 5px;
	font-family: Arial;
	font-size: 12px;
	text-decoration:none;
}

