@charset "UTF-8";
/* CSS Document */

.button, a.button {
	border:1px #ff0000 dashed;
	background: url(/_imgs/template/button_sprites.png) no-repeat;
	border:none;
	color:#fff; 
	padding-right:0.5em; 
	cursor:pointer; 
	width:100px; 
	height:50px;
	margin-left:8px;
}



.button.submit:hover { background-position: 0px -50px; }
.button.submit:active { background-position: 0px -100px; }

.button.reset { background-position:-100px 0px; }
.button.reset:hover { background-position: -100px -50px; }
.button.reset:active { background-position: -100px -100px; }

a.button.more { position:absolute; background-position:-300px 0px;}
a.button.more:hover { background-position: -300px -50px; }
a.button.more:active { background-position: -300px -100px; }

a.homeHeroButton {
	display: inline-block;
	color: #fff;
	border-radius: 3px;
	font-size: 18px;
	padding: 10px;
	background: #333E48;
	margin-top: 10px;
}
a.homeHeroButton:hover {
	background: #D0D3D4;
}