﻿.ButtonGroup
{
	background: url(/shared/images/alertbutton.gif) no-repeat top left;
	width: auto;
}

.Button span
{
	background: transparent url(/shared/images/plus.gif) no-repeat scroll 9px center;
	color: #333333;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 9px 5px 22px;
	text-decoration: none;
}

.Button .ButtonTop
{
	background: url(/shared/images/alertbutton.gif) no-repeat top right;
}

.Button .ButtonLeft
{
	background: url(/shared/images/alertbutton.gif) no-repeat bottom left;
}

.Button .ButtonRight
{
	background: url(/shared/images/alertbutton.gif) no-repeat bottom right;
}

.Button
{
	color: #777777;
	text-decoration: none;
}

.Button span:hover
{
	text-decoration: underline;
	cursor: pointer;
}

