/* CSS Document */

.buttonB {
	position: relative;
	display: inline-block;
	min-width: 90px;
	background: #adacac;
	border: 2px solid #666666;
	border-radius: 10px;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	font-family: Arial;
    color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
    text-decoration: none;
	margin: 8px;
}
.buttonB:hover {
	position: relative;
	display: inline-block;
	min-width: 90px;
	background: #adacac;
	border: 2px solid #ffffff;
	border-radius: 10px;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	font-family: Arial;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
    text-decoration: none;
	margin: 8px;
	transform:-webkit-scale(.95);
    transform:-moz-scale(.95);
    transform:-o-scale(.95);
    transform:-ms-scale(.95);
    transform: scale(.95);
}
.buttonR {
	position: relative;
	display: inline-block;
	min-width: 180px;
	background: #adacac;
	border: 2px solid #bb0505;
	border-radius: 10px;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	font-family: Arial;
    color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
    text-decoration: none;
	margin: 8px;
}
.buttonR:hover {
	position: relative;
	display: inline-block;
	min-width: 180px;
	background: #adacac;
	border: 2px solid #ffffff;
	border-radius: 10px;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	font-family: Arial;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
    text-decoration: none;
	margin: 8px;
	transform:-webkit-scale(.95);
    transform:-moz-scale(.95);
    transform:-o-scale(.95);
    transform:-ms-scale(.95);
    transform: scale(.95);
}




