
#filter {
	background-color: #e7e7e7;
	margin-bottom: 10px;
}

#filter SELECT{
    font-family: Verdana;
    font-size: 12px;
}

#filter_form {
	margin: 0 0px;
	overflow: hidden;
}
#filter_form .item {
	float: left;
	margin-right: 10px;
    color: #000000;
}
#filter_form .text {
	font-size: 11px;
    font-family: Tahoma;
	position: relative;
	top: 3px;
}

#filter_form .item.helpful{
    float: right;
    margin-right: 0px;
}

#filter_form .text A{
    color: #000000;
    padding: 2px 4px;
}

#filter_form .text A:HOVER,
#filter_form .text A.active{
    color: #ffffff;
    background-color: #c0c0c0;
    text-decoration: none;
}

#filter_form .submit {
	position: relative;
	top: -2px;
}

#users_filter_form {
	margin: 0 10px;
    padding-top: 10px;
    padding-bottom: 8px;
}