.IButton_Up {
	behavior: url(/_Include/_Component/IMG_Button/IMG_Button.htc);
	border: 0px none #E0E0E0;
	padding: 0px 0px 0px 0px;
	line-height:25px;
	cursor:hand;
	font-size:12px;
}

.IButton_Disable {
	behavior: url(/_Include/_Component/IMG_Button/IMG_Button.htc);
	color: #909090;
	border: 0px none #E0E0E0;
	padding: 0px 0px 0px 0px;
	line-height:25px;
	cursor:hand;
}

.IButton_Over {
	behavior: url(/_Include/_Component/IMG_Button/IMG_Button.htc);
	background-color: #999999;
	border: 1px solid #444444;
	padding: 3px 3px 3px 3px;
	color: #FFFFFF;
	cursor:hand;
	height:20px;
}

.IButton_Down {
	behavior: url(/_Include/_Component/IMG_Button/IMG_Button.htc);
	background-color: #777777;
	border: 1px solid #333333;
	padding: 3px 3px 3px 3px;
	color: #FFFFFF;
	cursor:hand;
	height:20px;
}

.IButton_Title {
	font-size:12px;
	line-height:25px;
	padding: 3px 1px 1px 5px;
}

.IButton_Image {
	vertical-align: bottom;
}