
div.block-button {
	background: url(../../img/bg-noise.jpg) left top repeat-x;
	-moz-box-shadow:  0 0 4px #ccc;
	-webkit-box-shadow:   0 0 4px #ccc;
	box-shadow:  0 0 4px #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #bcbcbc;
	padding: 10px;
	padding-top: 8px;
	padding-bottom: 10px;
	margin: 0px;
	margin-bottom: 0px;
	margin-left: 0px; margin-right: 0px;
	clear: both;
    display: block;
}
div.block-button:hover{
	box-shadow: inset 0 0px 10px white;
}
.block-button a{
	
	clear: both;
	width: inherit;
	text-decoration:none;
}

.block-button hr{

	clear: both;
	width: 100%;
	text-decoration:none;
	margin: 5px;
	margin-left: 0px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 0px;
}
.block-button .top-text{	

	clear: both;
	font-family: 'PT Serif', Georgia, 'Times New Roman', serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #5e213b;
	text-shadow: white 0px 1px 0px;
}
.block-button .bottom-text{

	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 13px;
	line-height: 16px;	
	color: #000;
	text-shadow: white 0px 1px 0px;
	margin-top: 2px;
	}
