﻿.button
{
	background-image: url(../_images/button.png);
	background-repeat: no-repeat;
	width: 98px;
	height: 20px;
	padding-top: 5px;
	color: #000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	display: block;
}
.button:hover
{
	background-image: url(../_images/button_over.png);
	background-repeat: no-repeat;
	width: 98px;
	height: 20px;
	padding-top: 5px;
	color: Maroon;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	display: block;
}
.xhtmlImage
{
	background-image: url(../_images/valid-xhtml10.png);
	background-repeat: no-repeat;
	width: 54px;
	height: 19px;
	display: block;
}
.w3c
{
	margin-left: 410px;
	height: 21px;
	width: 54px;
	float: left;
	padding-top: 3px;
}
.compare_button
{
	background-image: url(../_images/compare_btn.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 180px;
	display:block;
}
.consolidate_button
{
	background-image: url(../_images/consolidate.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 200px;
	display:block;
}