.button
{
	width: 20px;
	padding: 0 5px 0 5px;
	border: dashed 1px #902500;
	background: transparent;
	text-align: center;
	font-weight: bold;
	color: #902500;
	text-decoration: none;
	cursor: pointer;
	margin-left: 10px;
}

.button:hover
{
	width: 20px;
	padding: 0 5px 0 5px;
	border: dashed 1px #700500;
	background-color: #902500;
	text-align: center;
	font-weight: bold;
	color: white;
	text-decoration: none;
	cursor: pointer;
	margin-left: 10px;
}

.buttonActive
{
	width: 20px;
	padding: 0 5px 0 5px;
	border: solid 1px #700500;
	background-color: #902500;
	text-align: center;
	font-weight: bold;
	color: white;
	text-decoration: none;
	cursor: default;
	margin-left: 10px;
}

