.videobox
{
    width: 192px;
    height: 150px;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}

.videotrans 
{
  padding: 2px;
  width: 192px;
  /* border:solid 1px #555; */
  /* Mozilla doesn't support crazy MS image filters, so it will ignore the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/75p_white.png');
}

/* IE ignores css styles with [attributes], so it will skip the following. */
.videotrans[class] {
  background-image:url('/images/75p_white.png');
}


.TransRow 
{
  padding: 2px;
  width: 100%;
  /* border:solid 1px #555; */
  /* Mozilla doesn't support crazy MS image filters, so it will ignore the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/75p_white.png');
}

/* IE ignores css styles with [attributes], so it will skip the following. */
.TransRow[class] {
  background-image:url('/images/75p_white.png');
}

.image
{
	border: 3px solid black;
}
