﻿.newbutton {
	display:block;
	height:30px;

	background-color:Transparent;
	background-repeat:no-repeat;
	background-position:top;

	font-size:1.2em;
	text-align:center;
	vertical-align:middle;
	line-height:30px;
	text-decoration:none;
}
.newbutton:hover {
	background-position:bottom;
	text-decoration:none;
	cursor:pointer;
}
.newbutton.button150.blue	{
	width:150px;
	background-image:url('newbutton1_blue_150.png');
	color:#2244cc;
}
.newbutton.button150.orange	{
	width:150px;
	background-image:url('newbutton1_orange_150.png');
	color:#dd6600;
}
.newbutton.button150.maroon {
	width:150px;
	background-image:url('newbutton1_maroon_150.png');
	color:#dd4444;
}
.newbutton.button80.maroon {
	width:80px;
	background-image:url('newbutton1_maroon_80.png');
	color:#dd4444;
}
.newbutton.button80.gray {
	width:80px;
	background-image:url('newbutton1_gray_80.png');
	color:#555555;
}