#main .row { background: #f6f6f6 url(../images/row_bg_top.gif) no-repeat 0 0; }
#main .row .container { background: url(../images/row_bg_bot.gif) no-repeat 0 bottom; }
#main .row table.notifications { margin-top: 1em; }
/* remove .btn_search */
#main .row form#search button span {
	display: none;
}

#main .row form#search button:hover {
	background-position: 0 -35px;
}
/* end rm */
#error_report_form { display:none; }
#error_report_form:target { display: block; }
	#error_report_form textarea { width: 99%; height: 100px; }

#logo_background { background-image: url(/images/tvnotify.gif); width: 194px; height: 140px; position: relative; overflow: hidden;}
	#tv_screen { position: absolute; top: 16px; left: 16px; width: 128px; height: 100px; text-align: center; line-height: 100px; }
	#logo_background img { vertical-align: middle; }
	#transparent_logo { background-image: url(/images/tvnotify_empty_center.png); width: 194px; height: 140px; display: block; position: absolute; top: 0; right: 0; }
	
.screenshot {border: 4px solid #FFF;}