.button_blue {
	width:100px;
	height:33px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	background: url('../img/button_blue.png');
	background-position:center;
	background-repeat:no-repeat;
	background-color:transparent;
	FONT-SIZE: 11px;
	COLOR: #ffffff;
	FONT-FAMILY: arial, verdana, sans-serif; 
	text-align: center;
	font-weight: bold;
}
.button_red {
	width:100px;
	height:33px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	background: url('../img/button_red.png');
	background-position:center;
	background-repeat:no-repeat;
	background-color:transparent;
	FONT-SIZE: 11px;
	COLOR: #ffffff;
	FONT-FAMILY: arial, verdana, sans-serif; 
	text-align: center;
	font-weight: bold;
}
.button_green {
	width:100px;
	height:33px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	background: url('../img/button_green.png');
	background-position:center;
	background-repeat:no-repeat;
	background-color:transparent;
	FONT-SIZE: 11px;
	COLOR: #ffffff;
	FONT-FAMILY: arial, verdana, sans-serif; 
	text-align: center;
	font-weight: bold;
}