/* Forum Filters
 --------------------------------------------------------------------------- */

#forum_filters_wrap {
	position: relative;
}

#forum_filters_wrap h3 {
	font-size: 18px;
	font-weight: normal;
	color: #4b4b4b;
	padding-bottom: 10px;
}

#forum_filters_wrap h3 span {
	font-size: 12px;
}

#forum_filter_options {
	padding-bottom: 5px;
}

#forum_filter_options h2 {
	font-size: 18px;
	color: #4b4b4b;
        background: none;
        padding-left:0px;
}	

#forum_filter_options h2 label {
	font-style: normal;
}

.filter_col {
	float: left;
	width: 152px;
	padding-bottom: 20px;
}


#save_forum_filters, 
.standard_btn {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #45AE18; /* old browsers */
	background: -moz-linear-gradient(top, #ABDE3A 0%, #4BB41A 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ABDE3A), color-stop(100%,#4BB41A)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ABDE3A', endColorstr='#4BB41A',GradientType=0 ); /* ie */	color: #fff;
	-moz-box-shadow: 0px 1px 1px #AAAAAA;
	-webkit-box-shadow: 0px 1px 1px #AAAAAA;
	box-shadow: 0px 1px 1px #AAAAAA;    
	color: #FFFFFF;
    cursor: pointer;
    display: block;
	text-align: center;
	width: 150px;
	height: 25px;
	font-size: 15px;
	border: 0;
	padding: 0;
    font-family: 'Calibri', 'Trebuchet MS','Arial','Helvetica','sans-serif';
	float: right;
}

.standard_btn {
	width: auto!important;
	padding-left: 4px;
	padding-right: 4px;
	display: inline-block;
	float: none;
	margin-left: 3px;
	font-size: 11px!important;
}

.filter_col label {
	cursor: pointer;
	font-style: italic;
	color: #4b4b4b;
}