/* CSS Document */

/*a.shbtn{
	display:block;
	background: #5dbc46;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #132f0c;
	border-bottom: 1px solid #132f0c;
	padding: 8px 12px 12px 8px;
	text-decoration:none;
	text-align:center;
	margin-bottom:30px;
	color:#ffffff;
	font-weight:bold;
	font-size:150%;
}
a.shbtn:hover{
	border-top: 1px solid #132f0c;
	border-left: 1px solid #132f0c;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 9px;
}
*/
a.shbtn{
	margin-bottom:15px;
	display:block;
}
a.shbtn:hover{
	opacity:0.8;
}
