.buttonscontainer {width: 145px;}

.buttons a:link, .buttons a:visited {
	color: rgb(225,73,0);
	background-color: #FFFFFF;
	padding: 2px;
	padding-right: 3px;
	display: block;
	border-left: 10px solid #999999;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	margin-top: 1px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
}

.buttons a:hover {
	border-left: 10px solid rgb(225,73,0);
	text-decoration: none;
	color: #FF9900;
}
