@import url("/stylesheets/shared/media/browse.css");
@import url("/stylesheets/shared/tabs.css");

.video a.thumbnail { 
  width: 178px;
  height: 133px;
  position: relative;
  background: #000 url() no-repeat center center;  
}
.video .timecode { 
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 2px 2px 18px;
  background: #333 url(/images/icons/mip/timecode.png) no-repeat 2px center;
  color: #fff;
  font-weight: bold;
  font-size: 93%;
  line-height: 1.231;
}
.video .thumbnail:hover { text-decoration: none } 
#search_form label{
	width:130px;
}
