.btn {
	box-shadow:inset 0px 1px 0px 0px #9acc85;
	background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
	background-color:#74ad5a;
	border:1px solid #3b6e22;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:8px 12px;
	text-decoration:none;
	text-align: center;
	width: 200px;
	margin-bottom: 10px;
	
}
.btn:hover {
	background:linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
	background-color:#68a54b;
}
.btn:active {
	position:relative;
	top:1px;
}

.bannerHeader {
	height:90px;
	line-height:90px;
}

.bannerImage {
	height:80px;
	line-height:90px;
	
}
