.css3buttons a, .css3buttons button{
	background: #9EABB3 url(../images/background.gif) repeat-x bottom;
	padding: 5px 10px 5px 10px;
	border: 1px inset #AAAAAA;
	border-top: inset 1px #CCCCCC;
	border-left: inset 1px #CCCCCC;
	border-bottom: solid 1px solid #000000;
	border-right: 1px solid #666666;
	width: auto;
	height: 24;
	vertical-align: middle;
	text-align: center middle;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana;
	font-size: 10;
	color: #FFFFFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 1px 1px 1px #666;
	-webkit-box-shadow: 1px 1px 1px #666;
	box-shadow: 1px 1px 1px #666;
	text-shadow: rgba(0,0,0, .5) 0px -1px 0px;
}
/* STANDARD */
.css3buttons button:hover {
     background: #7979AE;
     text-shadow: rgba(0,0,0, .5) 0px 1px 0px;
}
.css3buttons a:hover {
     background: #7979AE;
     text-shadow: rgba(0,0,0, .5) 0px 1px 0px;
}
/* POSITIVE */
.css3buttons a.positive{
	color: #008000;
}
/* NEGATIVE */
.css3buttons a.negative{
	color: #FF0000;
}
