div.main{width:100%;}
div.title{width:100%;font:3.0em stencilregular;text-align:center;}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 19, 2014 */



@font-face {
    font-family: 'stencilregular';
    src: url('stencil.eot');
    src: url('stencil.eot?#iefix') format('embedded-opentype'),
         url('stencil.woff2') format('woff2'),
         url('stencil.woff') format('woff'),
         url('stencil.ttf') format('truetype'),
         url('stencil.svg#stencilregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
input.btnFancy,button.btnFancy {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#ff0000 0%,
		#ffffff 50%,
		#0000ff);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ff0000),
		color-stop(0.50, #ffffff),
		to(#0000ff));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ffffff;
	-moz-box-shadow:
		0px 3px 11px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(110,110,110,1);
	-webkit-box-shadow:
		0px 3px 11px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(110,110,110,1);
	box-shadow:
		0px 3px 11px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(110,110,110,1);
	text-shadow:
		-1px -1px 1px rgba(000,000,000,0.4),
		1px 1px 1px rgba(191,191,191,0.4);
}
