/* CSS Document */
.buttonscontainer {
	width: 110px;
	border: thin none;
}

.buttons a {color: White;
background-color: #00B4C6;
padding: 2px;
padding-left: 3px;
display: block;
border-left: 15px solid #3399CC;
font: 13px Trebuchet MS, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
margin-top: 2px;}

.buttons a:hover {border-left: 15px solid #33CC99;
text-decoration: none;
color: #FFFFFF;}
