.regnbtn{
	cursor: pointer;
	width : 8em;
	text-align : center;
	margin: auto;
	border : solid 2px #0464b3;
	border-radius : 9px;
	moz-border-radius : 9px;
	-webkit-box-shadow : 4px 4px 5px rgba(0,0,0,0.3);
	-moz-box-shadow : 4px 4px 5px rgba(0,0,0,0.3);
	box-shadow : 4px 4px 5px rgba(0,0,0,0.3);
	font-size : 20px;
	color : #000000;
	padding : 1px 10px;
	background : #4682b4;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4682b4), color-stop(25%,#c3dcf0), color-stop(100%,#4682b4));
	background : -moz-linear-gradient(top, #4682b4 0%, #c3dcf0 25%, #4682b4 100%);
	background : -webkit-linear-gradient(top, #4682b4 0%, #c3dcf0 25%, #4682b4 100%);
	background : -o-linear-gradient(top, #4682b4 0%, #c3dcf0 25%, #4682b4 100%);
	background : -ms-linear-gradient(top, #4682b4 0%, #c3dcf0 25%, #4682b4 100%);
	background : linear-gradient(top, #4682b4 0%, #c3dcf0 25%, #4682b4 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#4682b4', endColorstr='#4682b4',GradientType=0 );
}

h2 {
   font-family: 'Raleway', sans-serif;
}

h2OLD {
   color: #FFFFFF;
   font-size: 200%;
   font-weight: bold;
   text-align:center;
   vertical-align: middle;
   background-color: #0E6B5D;
   font-family: 'Raleway', sans-serif;
   line-height: 1.2em;
   padding-top: 0.5em;
   padding-bottom: 0.5em;
}
