a.button {
	display: block;
	height:21px;
	width: 82px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
    text-decoration:none;
	text-align:center;
	line-height:21px;
}
a.button.blue{
	color:#ffffff;
	background:#ffffff url('blue-btn-bg.gif') no-repeat scroll 0pt;
}
a.button.green{
	color:#ffffff;
	background:#ffffff url('blue-btn-bg.gif') no-repeat scroll 0pt;
}
a.button.hover {
	background-position:-82px 0px;
}

a.button-large {
	display: block;
	height:21px;
	width: 94px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
    text-decoration:none;
	text-align:center;
	line-height:21px;
}
a.button-large.gray{
	color:#ffffff;
	background:#ffffff url('gray-btn-large-bg.gif') no-repeat scroll 0pt;
}
a.button-large.hover {
	background-position:-94px 0px;
}
