.t_button {
	color: #738F9D !important;
	padding: 4px;
	border-radius: 6px;
	margin: 5px 0px;
	font-weight: bold;
	-moz-box-shadow: 1px 1px 1px #666;
	-webkit-box-shadow: 1px 1px 1px #666;
	box-shadow: 1px 1px 1px #666;
	text-shadow: rgba(0,0,0, .5) 0px -1px 0px;
	background: rgb(33,49,71);
/* Old browsers */
	background: -moz-linear-gradient(top, rgba(33,49,71,1) 0%, rgba(45,53,86,1) 40%, rgba(66,88,116,1) 100%);
/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(33,49,71,1)), color-stop(40%,rgba(45,53,86,1)), color-stop(100%,rgba(66,88,116,1)));
/* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba(33,49,71,1) 0%, rgba(45,53,86,1) 40%, rgba(66,88,116,1) 100%);
/* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba(33,49,71,1) 0%, rgba(45,53,86,1) 40%, rgba(66,88,116,1) 100%);
/* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(33,49,71,1) 0%, rgba(45,53,86,1) 40%, rgba(66,88,116,1) 100%);
/* IE10+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#213147', endColorstr='#425874',GradientType=0 );
/* IE6-9 */
	background: linear-gradient(top, rgba(33,49,71,1) 0%, rgba(45,53,86,1) 40%, rgba(66,88,116,1) 100%);
/* W3C */
	display: block;
}
.t_button:hover {
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	color: #fff !important;
}
.post_buttons {
	border-top: 1px #D6CDBB solid;
}
.post_buttons a, .popup_item_container a {
	color: #738F9D !important;
	padding: 2px 3px;
	border-radius: 6px;
	font-size: 11px;
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
	-moz-box-shadow: 1px 1px 1px #666;
	-webkit-box-shadow: 1px 1px 1px #666;
	box-shadow: 1px 1px 1px #666;
	text-shadow: rgba(0,0,0, .5) 0px -1px 0px;
	background: rgb(33,49,71);
/* Old browsers */
	background: -moz-linear-gradient(top, rgba(33,49,71,1) 0%, rgba(45,53,86,1) 40%, rgba(66,88,116,1) 100%);
/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(33,49,71,1)), color-stop(40%,rgba(45,53,86,1)), color-stop(100%,rgba(66,88,116,1)));
/* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba(33,49,71,1) 0%, rgba(45,53,86,1) 40%, rgba(66,88,116,1) 100%);
/* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba(33,49,71,1) 0%, rgba(45,53,86,1) 40%, rgba(66,88,116,1) 100%);
/* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(33,49,71,1) 0%, rgba(45,53,86,1) 40%, rgba(66,88,116,1) 100%);
/* IE10+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#213147', endColorstr='#425874',GradientType=0 );
/* IE6-9 */
	background: linear-gradient(top, rgba(33,49,71,1) 0%, rgba(45,53,86,1) 40%, rgba(66,88,116,1) 100%);
/* W3C */
}
.post_buttons a:hover {
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	color: #fff !important;
}
		
		