buttonix {
	-moz-box-shadow:inset 0px 1px 0px 0px #1f1f1f;
	-webkit-box-shadow:inset 0px 1px 0px 0px #1f1f1f;
	box-shadow:inset 0px 1px 0px 0px #1f1f1f;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2c2c2c), color-stop(1, #222) );
	background:-moz-linear-gradient( center top, #2c2c2c 5%, #222 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c2c2c', endColorstr='#222');
	background-color:#2f2f2f;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #303030;
	display:inline-block;
	color:#eee;
	font-family:Trebuchet MS;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:120px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #000;
}
.buttonix:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #161616), color-stop(1, #232323) );
	background:-moz-linear-gradient( center top, #161616 5%, #232323 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#161616', endColorstr='#232323');
	background-color:#161616;
}.buttonix:active {
	position:relative;
	top:1px;
}