/* CSS Document */
#file_thumb_group{
}
.file_thumb{
	background: #efefef;
	border: 1px solid #bbb;
	padding: 5px;
	width: 190px;
	height: 175px;
	margin: 10px;
	float: left;
}
.small_tiles{
  height: 120px;
  width: 110px;
}
.file_thumb a{
	text-decoration: none;
	border: 0px;
}
.file_thumb:img{
	display: block;
	border: 0px;
}
.file_thumb span{
	color: #555;
	font-size: .8em;
	display: block;
}
.file_thumb img{
  border: 0px;
}
.file_thumb a:hover{
  border: 0px;
}
#file_thumb_group div.file_thumb:hover{
	background: #fff;
}
/*Form Styles*/
.info_top{

}
.sort_form_top{
  text-align: center;
  display: inline;
  clear: both;
}
.tolist_button{
  float: left;
  width: 100%;
}
.search_box{
  display: block;
  width: 120px;
  clear: both;
}
.search_button{
  width: 100%;
}
.sort_dropdown{
  width: 120px;
}

