html, body, div, form, p, fieldset, a {
	margin: 0; 
	padding: 0; 
	border: 0; 	
}

div.debugLight {
	padding: 10px; 
	margin: 10px; 
	border: dotted 2px #ddf; 
	background: #eef; 
	color: #000; 
	font-size: 12px; 
}

div.debug {
	width: 100%;
	clear: both;
	padding: 10px; 
	margin: 10px; 
	border: dotted 5px #000; 
	background: #fff; 
	color: #000; 
	font-size: 12px; 
}

div.debug a { text-decoration: underline; color: #00f; }
div.debug a:hover { color: #f00; }

div.tv {
	filter: alpha(opacity=99); display: none; position: absolute; top: 0; left: 0; z-index: 2; overflow: hidden;
}

div.tv1 {
	border: 3px solid #595049;
}

div.tv2 {
	position: relative; top: 0; left: 0; width: 480px; height: 279px; overflow: hidden;
}

