#button, #buttonactive {
	font-size: 12px;
	background: transparent;
	text-decoration: none;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	height:21px;
	text-align: center;
	padding: 4px 10px 0 10px;
	letter-spacing: 0.15em;
}

#button a, #button {
	color: #fff;
	text-decoration: none;
}

#buttonactive {
	background: #fff;
	color: #dc2f1d;
}

#button a:hover, #button:hover {
	color: #dc2f1d;
	cursor: pointer;
	background: #fff;
	
}

#emptybutton {
	float: left;
	width: 300px;
	height:35px;
	padding-top: 10px;
}