﻿.bfh3c {
	color:white;
	font-size:30px;
	line-height:1.2em;
}
.bfh3b {
	color:black;
	font-size:30px;
	line-height:1.2em;
	font-weight:bold;
}
.bfboxslider {
	width:380px;
	border:3px solid silver;
	height:50px;
	background-color:white;
}

.bfClassFocus{
	box-shadow: 0 0 10px 10px #666, inset 0 0 10px 10px #bbb;
}

.bfButton{
	width:300px;
	height:50px;
	background-color: white;
	border-bottom:5px solid grey;
	border-right:5px solid grey;
	border-radius:10px;
	margin-left:40px;
	cursor:pointer;
}
.bfButton:hover{
	box-shadow:inset 0 0 3px 3px grey;
}

#bfinfo:hover{
	background-color: #444444;
}