@charset "utf-8";
/* CSS Document */

div.button_bar{
	position: absolute;
	top: 450px;
	width: 800px;
	height: 150px;
	left: 0px;
	
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter:alpha(opacity=70);
	
	background-color: #000;
	
	margin: 0px;
	padding: 0px;

}


div.button_bar_active{
	position: absolute;
	top: 450px;
	left: 0px;
	width: 800px;
	height: 150px;
	
	-moz-opacity: .85;
	opacity: 0.85;
	filter:alpha(opacity=85);
	background-color: #000;
	
	margin: 0px;
	padding: 0px;


}
table.button_bar_table{
	width: 800px;
	height: 150px;
	
}

td.button_bar_button_cell{
	align: center;
}

a.button_bar_button{

	text-decoration: none;
}