

.but_Green {
	display: inline;
	width: auto;
	height: auto;
	border: 1px outset;
	background: #73ae18;
	color: #ffffff;
	cursor: pointer;
	padding: 2px 5px 2px 5px;
	font-size: 12px;
	margin-right: 5px;
	overflow: visible;
}
.but_Red {
	display: inline;
	width: auto;
	height: auto;
	border: 1px outset;
	background: #dddddd;
	color: #333333;
	cursor: pointer;
	padding: 2px 2px;
	font-size: 10px;
	margin-right: 5px;
}
.but_General {
	display: inline;
	width: auto;
	height: auto;
	border: 1px outset;
	background: #dddddd;
	color: #333333;
	cursor: pointer;
	padding: 2px 2px;
	font-size: 10px;
	margin-right: 5px;
}
.but_Back {
	display: inline;
	width: auto;
	height: auto;
	border: 1px #BE9525 solid;
	background: #F0B310;
	color: #000000;
	cursor: pointer;
	padding: 2px 2px;
	font-size: 10px;
	margin-right: 5px;
}
.but_Disabled {
	display: inline;
	width: auto;
	height: auto;
	border: 1px #888888 solid;
	background: #cccccc;
	color: #888888;
	cursor: wait;
	padding: 2px 5px 2px 5px;
	font-size: 12px;
	margin-right: 5px;
	overflow: visible;
}