.button {
	position: relative;
	bottom: 0px;
	top: 15px;
	padding: 13px 11px;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
}
.button_spacer {
	position: absolute;
	bottom: 0px;
	width: 1px;
	height: 45px;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	background: url(/icons2/buttondivider.png) repeat-x bottom;
	background-repeat: repeat;
	overflow:hidden;
}
.button_container {
	position:absolute;
	vertical-align:bottom;
	bottom: 0px;
	width: 972px;
	height: 45px;
	/*overflow:hidden;*/
	margin:0 auto;
	color:white;
	background: url(/icons2/buttonbg.png) repeat-x bottom;
	background-repeat: repeat;
}
.button:link {text-decoration: none; color: white}
.button:visited {text-decoration: none; color: white}
.button:hover {text-decoration: none; color: silver}

