a.continue_reading_link {
	padding: 5px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #dedede;
	-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.8);
	-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.8);
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.8);
	text-shadow: 0px 1px 0px rgba(255,255,255,0.8)!important;
}

a.continue_reading_link:hover {
	text-decoration:none !important;
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #f6f6f6 47%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(47%,#f6f6f6), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #ededed 0%,#f6f6f6 47%,#ffffff 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#f6f6f6 47%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#f6f6f6 47%,#ffffff 100%);
	background: linear-gradient(top,  #ededed 0%,#f6f6f6 47%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );
	-webkit-box-shadow: inset 0px -1px 0px rgba(255,255,255,0.8);
	-moz-box-shadow: inset 0px -1px 0px rgba(255,255,255,0.8);
	box-shadow: inset 0px -1px 0px rgba(255,255,255,0.8);
}

a.continue_reading_link:active {
	background: #e0e0e0;
	background: -moz-linear-gradient(top,  #e0e0e0 0%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(100%,#efefef));
	background: -webkit-linear-gradient(top,  #e0e0e0 0%,#efefef 100%);
	background: -o-linear-gradient(top,  #e0e0e0 0%,#efefef 100%);
	background: -ms-linear-gradient(top,  #e0e0e0 0%,#efefef 100%);
	background: linear-gradient(top,  #e0e0e0 0%,#efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#efefef',GradientType=0 );
}