.weday-h1 {
	height: 29px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	font-size: 0px;
}

.weday-btn {
	display: inline-block;
	height: 50px;
}
.weday-btn a {
	display: block;
	margin: 2px;
	border: 1px solid #fff;
	height: 32px;
	padding-top: 12px;
	
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #303030;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
}
.weday-btn a:hover {
	color: #e8333a;
}
.weday-btn.small {
	height: 36px;
}
.weday-btn.small a {
	margin: 1px;
	padding-top: 6px;
	height: 26px;
	font-size: 14px;
	
}
.weday-btn-yellow {
	background: transparent url(../images/btn-yellow-bg.png) repeat-x;
}
