div.itemsFilter
{
	height:56px;
	background:#E5E5E5;
	border:1px solid #EDEDED;
	margin-top:20px;
}
div.itemsFilter table.filterTable
{
	border-collapse:collapse;
	width:100%;
	height:56px;
	font-size:11px;
	text-align:center
}
div.itemsFilter table.filterTable td
{
	
}
div.itemsFilter table.filterTable td input
{
	border:none;

}
div.itemsFilter table.filterTable td select
{
	font-size:11px;
	font-family:tahoma;
	border:0px;
	
}
div.itemsFilter table.filterTable td select option
{
	padding-left:15px;
	
}
div.itemsFilter table.filterTable td input.filterSubmit
{
	width:57px;
	height:23px;
	background:#14C2E3;
	font-size:14px;
	font-weight:bold;
	cursor:hand;
	cursor:pointer;
}