INPUT, TEXTAREA, SELECT {
	color : blue;
	z-index : -3;
	font-size: 10px;
} 

.demo  {
		font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; filter:alpha(opacity=80); -moz-opacity:0.8; opacity: 0.8;
        filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color=\'gray\', Positive=\'true\');
        filter:dropshadow(OffX=5, OffY=5, Color=\'gray\', Positive=\'true\');
		color:#000033; background-color:#FFFFFF; layer-background-color:#cccccc;
        position:absolute; width:400px; height:60px;top:20px; left:130px;
        z-index:99; padding: 5px; visibility:hidden; border-top: 1px dotted #000000;
        border-right: 1px dotted #000000; border-bottom: 1px dotted #000000; border-left: 1px dotted #000000;
  }
  
/* standard list style table */
table.videolist {
	background-color: #FFF;
	margin: 0px;
	color: #000;
	padding: 0px;
	border-width: 0px;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;
}

table.videolist th {
	margin: 0px;
	padding: 4px;
	color: #000;
  border-bottom: 2px solid #FF9E31;
	height: 25px;
	/*background: url(../images/background.gif);
	background-repeat: repeat;*/
	background-color: #E4E1DC;
	font-size: 11px;
}
table.videolist th.title {
	text-align: left;
}
table.videolist tr.row0 {
	background-color: #F5F5F5;
}
table.videolist tr.row1 {
	background-color: #FFF;
}
table.videolist td {
	color: #000;
  border-bottom: 1px solid #e5e5e5;
	font-size: 11px;
	font-weight: normal;
	/*text-align: center;*/
	/*border-bottom: 1px solid #ddd;*/
	margin: 0px;
	padding: 4px;
}
}
table.videolist tr.row0:hover {
	background-color: #f1f1f1;
}
table.videolist tr.row1:hover {
	background-color: #f1f1f1;
}
table.videolist td.options {
	background-color: #ffffff;
	font-size: 8px;
}
