﻿.ContactInfo
{
	background-image: url(images/beta/contact.png);
}
.About
{
	background-image: url(images/beta/about.png);
}
.BackButton
{
	background-image: url(images/beta/back.png);
}
.BackButtonMouseOver
{
	background-image: url(images/beta/back_mouseover.png);
}
.ForwardButton
{
	background-image: url(images/beta/forward.png);
}
.ForwardButtonMouseOver
{
	background-image: url(images/beta/forward_mouseover.png);
}
.NavDisabledButton
{
	background-image: url(images/beta/nav_disabled.png);
}
.About, .ContactInfo, .BackButton, .BackButtonMouseOver, .ForwardButton, .ForwardButtonMouseOver, .NavDisabledButton
{		
	/* 48px background images */
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	/* Next set of properties are to make <asp:Button /> controls lose their style ;) */
	background-color: Transparent;
    border:none;
    display: inline;
}