input[type=button_edit0000] {
		font-family: 'Kanit', sans-serif;
		background-color: #000000;   /* 173766 */
		color: #FFFFFF;
		height: 21px;
		width: 170px; 
		text-align: center;
		text-decoration: none;
/*		font-size: 14px; */
		font-weight: none;  /*none bold*/
		padding: 4px 4px;
		margin: 0;
		border: none;
		border-radius: 0px;
		cursor: pointer;
/*		border-top : 1px solid #1abc9c; */
/*		border-bottom : 1px solid #1abc9c; */
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
		overflow: hidden;	
		opacity: 1;
}
	
input[type=button_edit0000]:hover {
		background-color: #333333;  /* 0e2b54 */
		color: #FFFFFF;
/*		border-top : 1px solid #009879; */
/*		border-bottom : 1px solid #009879; */
		opacity: 1;
}	

input[type=button_edit_login] {
	font-family: 'Kanit', sans-serif;
	background-color: #c4ced4;   /* 173766 */
	color: #000000;
	height: 20px;
	width: 155px; 
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: none;  /*none bold*/
	padding: 4px 4px;
	margin: 0;
	border: none;
	border-radius: 0px;
	cursor: pointer;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	overflow: hidden;	
	opacity: 1;
}
input[type=button_edit_login]:hover {
	background-color: #acb9c2; 
	color: #000000;
}	
input[type=button_edit0000_active] {
		font-family: 'Kanit', sans-serif;
		background-color: #1abc9c;  /* 38aee0 009879  1abc9c  */
/*		background-image: linear-gradient(to right, #1abc9c 0%, #009879  51%, #1abc9c  100%); */
		color: #FFFFFF;
		height: 21px;
		width: 100%; 
		text-align: center;
		text-decoration: none;
/* 		font-size: 14px;*/
		font-weight: none;  /*none bold*/
		padding: 3px 4px;
		margin: 0;
		border: 1px solid #1abc9c;
		border-radius: 0px;
		cursor: pointer;
/*		border-top : 1px solid #009879; */
/*		border-bottom : 1px solid #009879; */
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
		overflow: hidden;	
		opacity: 1;
}

input[type=button_edit0000_left] {
	background-color: #b91e13;  
	color: #FFFFFF;
	height: 20px;
	width: 100%;
	text-align: left;
	text-decoration: none;
	font-size: 13px;
	font-weight: none;  /*none bold*/
	padding: 4px 15px;
	margin: 0;
	border: none;
	border-radius: 0px;
	cursor: pointer;
/* 	border: 1px solid #009879;  */
/*	border-top : 1px solid #b91e13; */
/*	border-bottom : 1px solid #b91e13; */
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	overflow: hidden;	
	opacity: 1;
}

input[type=button_edit0000_left]:hover {
	background-color: #8a170f;
	color: #FFFFFF;
}	

input[type=button_edit_active_menu0000_left] {
	background-color: #8a170f;  
	color: #FFFFFF;
	height: 20px;
	width: 100%;
	text-align: left;
	text-decoration: none;
	font-size: 13px;
	font-weight: none;  /*none bold*/
	padding: 4px 15px;
	margin: 0;
	border: none;
	border-radius: 0px;
	cursor: pointer;
/* 	border: 1px solid #009879;  */
/*	border-top : 1px solid #8a170f; */
/*	border-bottom : 1px solid #8a170f; */
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	overflow: hidden;	
	opacity: 1;
}