#buttonBar {
  margin: 450px 20px 10px 30px;
  width: 100px;
  position: relative;
  z-index: 1000;
}
#labelBar {
	margin: 10px 20px 10px 130px;
	width: 500px;
	position: relative;
	z-index: 1000;
}
.myButton {
	box-shadow: 0px 1px 0px 0px #1c1b18;
	background-color:#eae0c2;
	border-radius:7px;
	border:2px solid #333029;
	display:inline-block;
	cursor:pointer;
	color:#505739;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:12px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.myButton:hover {
	background-color:#ccc2a6;
}
.myButton:active {
	position:relative;
	top:1px;
}
.pressed {
	box-shadow: 0px 1px 0px 0px #1c1b18;
	background-color:#ccc2a6;
	border-radius:7px;
	border:2px solid #333029;
	display:inline-block;
	cursor:pointer;
	color:#505739;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:12px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}


.greyButton {
	box-shadow: 3px 4px 0px 0px #899599;
	background-color:#ededed;
	border-radius:6px;
	border:1px solid #d6bcd6;
	display:inline-block;
	cursor:pointer;
	color:#3a8a9e;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:7px 12px;
	margin-bottom: 7px;
	text-decoration:none;
	text-shadow:0px 1px 0px #e1e2ed;
}
.greyButton:hover {
	/* background-color:#bab1ba; */
	color: #bb5f82;
}
.grayButton:active {
	position:relative;
	top:1px;
}
.greyPressed {
	box-shadow: 3px 4px 0px 0px #899599;
	background-color:#bab1ba;
	border-radius:6px;
	border:1px solid #d6bcd6;
	display:inline-block;
	cursor:pointer;
	color:#3a8a9e;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:7px 12px;
	margin-bottom: 7px;
	text-decoration:none;
	text-shadow:0px 1px 0px #e1e2ed;
}

#bLabel {
	font-family: 'Arial', sans-serif;
	font-size: 1.70rem;
	font-weight: 500;
	font-weight:bold;
	letter-spacing: 0.25rem;
	font-style: normal;
	/* text-transform: capitalize; */
	/* color: #3a8a9e; */
	color: #bb5f82;
	background-color:rgba(150, 150, 150, 0.12);
	border-radius: 0.3125rem;
	-webkit-border-radius: 0.3125rem;
	-moz-border-radius: 0.3125rem;
	padding: 0.325rem 1.375rem;
	border-style: none;
	border-width: 0rem;
	margin: 10px 20px 10px 20px;
	width: 450px;
	position: relative;
	z-index: 401;
	border-color: #EF2D56;
	-webkit-box-shadow: -0.25px 0.75px 9px -0.25px rgba(85,85,85,0.36);
	-moz-box-shadow: -0.25px 0.75px 9px -0.25px rgba(85,85,85,0.36);
	-box-shadow: -0.25px 0.75px 9px -0.25px rgba(85,85,85,0.36);
	text-shadow:0px 1px 0px #e1e2ed;
	padding:7px 25px;
} 