.button1
{
	display:block;
	width:173px;
	height:28px;
	background-image:url(../images/button.png);
	background-repeat: no-repeat;
	font-size: 12px;
	text-align:center;
	padding:5px;
	margin:0;
	position: absolute;
	margin-top:-2px;
	margin-left:auto;
	margin-right:auto;
	top: 0px;
	color: #000;
	left: 2px;
}
a.button1:hover
{
	color:#ccc;
	margin-left:10px;
	margin-top:0px;
	

}
.bar
{
	position:relative;
	padding:8px 0 2px;
	width:180px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
}
