.grayButton{
	background:#eee url(/temp/2012/fb-buttons/images/btt-bg.png) no-repeat 0px 0px;
	border:1px solid #999;
	border-bottom-color:#888;
	box-shadow:0 1px 0 rgba(0, 0, 0, .1);
	cursor:pointer;
	display:-moz-inline-box;
	display:inline-block;
	font-size: 11px;
	font-weight:bold;
	line-height:normal !important;
	padding:2px 6px;
	text-align:center;
	text-decoration:none;
	vertical-align:top;
	white-space:nowrap
}
.grayButton:active{
	background:#ddd;
	border-bottom-color:#999;
}
.grayButton .grayButtonText,.grayButton input{
	background:none;
	border:0;
	color:#333;
	cursor:pointer;
	display:-moz-inline-box;
	display:inline-block;
	font-family:'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	margin:0;
	outline:none;
	padding:1px 0 2px;
	white-space:nowrap
}


.greenButton{
	background:#6da952 url(/temp/2012/fb-buttons/images/btt-bg.png) no-repeat 0px -96px;
	border:1px solid #3b6e22;
	border-bottom-color:#2c5115;
	box-shadow:0 1px 0 rgba(0, 0, 0, .1);
	cursor:pointer;
	display:-moz-inline-box;
	display:inline-block;
	font-size: 11px;
	font-weight:bold;
	line-height:normal !important;
	padding:2px 6px;
	text-align:center;
	text-decoration:none;
	vertical-align:top;
	white-space:nowrap;
	color:#fff;	
}
.greenButton:active{
	background:#609946;
	border-bottom-color:#999;
}
.greenButton .greenButtonText,.greenButton input{
	background:none;
	border:0;
	color:#fff;
	cursor:pointer;
	display:-moz-inline-box;
	display:inline-block;
	font-family:'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	margin:0;
	outline:none;
	padding:1px 0 2px;
	white-space:nowrap
}
a.blueButton:hover { text-decoration:none; background:#0066FF; color:#FFFFFF}

.blueButton{
	background:#6da952 url(/temp/2012/fb-buttons/images/btt-bg.png) no-repeat 0px -48px;
	border:1px solid #29447e;
	border-bottom-color:#1a356e;
	box-shadow:0 1px 0 rgba(0, 0, 0, .1);
	cursor:pointer;
	display:-moz-inline-box;
	display:inline-block;
	font-size: 11px;
	font-weight:bold;
	line-height:normal !important;
	padding:2px 6px;
	text-align:center;
	text-decoration:none;
	vertical-align:top;
	white-space:nowrap;
	color:#fff;	
}
.blueButton:active{
	background:#4f6aa3;
	border-bottom-color:#999;
}
.blueButton .blueButtonText,.blueButton input{
	background:none;
	border:0;
	color:#fff;
	cursor:pointer;
	display:-moz-inline-box;
	display:inline-block;
	font-family:'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	margin:0;
	outline:none;
	padding:1px 0 2px;
	white-space:nowrap
}
