input.button {
	width: 150px;
	height: 37px;
	border: 2px solid #333333;
	color: #FFFFFF;
	font: 9pt Arial;
	cursor: pointer;
	background: #4a4a4a; /* Old browsers */
	background:   -moz-linear-gradient(top, #4a4a4a 0%, #818181 100%); /* FF3.6+ */
	background:   -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a4a4a), color-stop(100%,#818181)); /* Chrome,Safari4+ */
	background:   -webkit-linear-gradient(top, #4a4a4a 0%, #818181 100%); /* Chrome10+,Safari5.1+ */
	//background: -webkit-linear-gradient(top, #245524 0%, #4D894D 100%); /* Chrome10+,Safari5.1+ */
	background:   -o-linear-gradient(top, #4a4a4a 0%, #818181 100%); /* Opera 11.10+ */
	background:   -ms-linear-gradient(top, #4a4a4a 0%, #818181 100%); /* IE10+ */
	background:   linear-gradient(top, #4a4a4a 0%, #818181 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a4a4a',endColorstr='#818181',GradientType=0); /* IE6-9 */
}

div.body {
  overflow-y: hidden;
	padding: 0px 0px 20px 0px;
	background: #FFFFFF url('subtlebodybg.png') repeat;
}

div.container {
	width: 804px;
	margin: 0px auto 0px auto;
	padding: 1px 45px 1px 45px;
}

div.middle {
	background-color: #FFFFFF;
	border: 1px solid #000000;
  border-top-width: 0px;
	border-bottom-width: 0px;
}

div.footer {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	text-align: center;
}

div.footer span {
	color: #505050;
	font-family: Arial Black;
}

div.header {
	width: 894px;
	height: 191px;
  position: relative;
	margin-right: auto;
	margin-left: auto;
	background-size: 100%;
  background-color: #FFFFFF;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

img.title {
  top: 8px;
  left: 323px;
  width: 414px;
  height: 174px;
  position: absolute;
}

svg {
  top: 8px;
  left: 323px;
  width: 414px;
  height: 174px;
  position: absolute;
  filter: drop-shadow(0 0 50px #C1CED4FF);  
}

.copy {
	font-size: 8pt;
	cursor: url(favicon.png), auto;
}

.alsotiny {
	font-size: 1pt;
}
