.Button_Back_Normal {
	cursor: pointer;
	border: none;
	background: url("../images/Button_Back_Normal.png"); 
}
.Button_Back_Hovering {
	cursor: pointer;
	border: none;
	background: url("../images/Button_Back_Hovering.png"); 
}
.Button_Back_Selected {
	cursor: pointer;
	border: none;
	background: url("../images/Button_Back_Selected.png"); 
}
.Button_Back_Disabled {
	cursor: pointer;
	border: none;
	background: url("../images/Button_Back_Disabled.png"); 
}
.Button_Next_Normal {
	cursor: pointer;
	border: none;
	background: url("../images/Button_Next_Normal.png"); 
}
.Button_Next_Hovering {
	cursor: pointer;
	border: none;
	background: url("../images/Button_Next_Hovering.png"); 
}
.Button_Next_Selected {
	cursor: pointer;
	border: none;
	background: url("../images/Button_Next_Selected.png"); 
}
.Button_Next_Disabled {
	cursor: pointer;
	border: none;
	background: url("../images/Button_Next_Disabled.png"); 
}
.TextEditBox_Page_Normal {
	cursor: text;
	border: none;
	padding: 4pt;
	color: #000000;
	font-family: "Dialog";
	font-size: 13.0px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	background: url("../images/TextEditBox_Page_Normal.png"); 
}
.TextEditBox_Page_Disabled {
	cursor: text;
	border: none;
	padding: 4pt;
	color: #969696;
	font-family: "Dialog";
	font-size: 13.0px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	background: url("../images/TextEditBox_Page_Disabled.png"); 
}

