.button_img{
	cursor:pointer;
}

.button_green_s {
	background-color:#68792e;
	border:4px solid #e9ead3;
	display:block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	padding:8px 8px 0px 8px;
	width:80px;
	height:26px;
	text-decoration:none;
	text-align: center;
	white-space: nowrap;
}
.button_green_s:hover {
	background-color:#b6d161;
}
.button_green_s:active {
	background-color:#b6d161;
}

.button_green_toolong {
	background-color:#68792e;
	border:4px solid #e9ead3;
	display:block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	padding:8px 8px 8px 8px;
	width:80px;
	height:auto;
	text-decoration:none;
	text-align: center;
}
.button_green_toolong:hover {
	background-color:#b6d161;
}
.button_green_toolong:active {
	background-color:#b6d161;
}

.button_white {
	background-color:#FFFFFF;
	border:4px solid #c1c8a6;
	display:block;
	cursor:pointer;
	color:#57671f;
	font-family:Arial;
	font-size:14px;
	padding:8px 8px 8px 8px;
	width:80px;
	height:auto;
	text-decoration:none;
	text-align: center;
}
.button_white:hover {
	background-color:#b6d161;
}
.button_white:active {
	background-color:#b6d161;
}

.button_black_s {
	background-color:#272727;
	border:4px solid #7d7d7d;
	display:block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	padding:8px 8px 0px 8px;
	width:80px;
	height:26px;
	text-decoration:none;
	text-align: center;
	white-space: nowrap;
}
.button_black_s:hover {
	background-color:#bab4b4;
}
.button_black_s:active {
	background-color:#bab4b4;
}

.button_blue_s {
	background-color:#4a6484;
	border:4px solid #92a2b5;
	display:block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	padding:8px 8px 0px 8px;
	width:80px;
	height:26px;
	text-decoration:none;
	text-align: center;
	white-space: nowrap;
}
.button_blue_s:hover {
	background-color:#aabccb;
}
.button_blue_s:active {
	background-color:#aabccb;
}

.button_purple_s {
	background-color:#79638f;
	border:4px solid #afa1bc;
	display:block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	padding:8px 8px 0px 8px;
	width:80px;
	height:26px;
	text-decoration:none;
	text-align: center;
	white-space: nowrap;
}
.button_purple_s:hover {
	background-color:#d2c4e1;
}
.button_purple_s:active {
	background-color:#d2c4e1;
}




