@charset "UTF-8";

.band {
	text-align: center;
	font-size: 121%;
	text-shadow: 1px 1px 1px #ffffff;
	color: #000000;
	font-weight: bold;
	padding: 7px 0 7px 10px;
	margin-bottom: 0px;	

	background:
	-webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgb(255,153,0)),
    color-stop(1, rgb(255,255,255))
	);
	
	background:
	-moz-linear-gradient(
    center bottom,
    rgb(255,153,0) 0%,
    rgb(255,255,255) 100%
	);
}

.btn {
	border-radius: 7px;
	-webkit-border-radius: 7px;
	background: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(102,102,102)),
    color-stop(1, rgb(250,250,250))
	);
	background: 
	-moz-linear-gradient(
	center top,
	rgb(102,102,102) 0%,
    rgb(250,250,250) 100%
	);


	border: 1px solid #ffffff;
	-webkit-box-shadow: 1px 1px 2px #ffffff;
	-moz-box-shadow:1px 1px 2px #ffffff;
	width: 15em;
	text-align: center;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	-moz-box-flex:1;
	-webkit-box-flex:1;
	padding: 15px 15px 15px 15px;
}

.fbtn {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px
}

.attention {
	color: #FF0000;
}

