@charset "UTF-8";
/* CSS Document */

.submitDiv {margin: 10px 0px 20px;}

INPUT.searchPlaylistButtonIMG-off, 
INPUT.searchPlaylistButtonIMG-on {
	border-width: 0px;
	padding: 0px 0px 0px 5px;
	height: 35px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	width: 136px;
	cursor: pointer;
}

INPUT.searchPlaylistButtonIMG-off {
	color: #330099;
	background: transparent url(/national/guide/images/search_playlist.gif) no-repeat 0 0;
}

INPUT.searchPlaylistButtonIMG-on {
	background: transparent url(/national/guide/images/search_playlist.gif) no-repeat 0 -35px;
	color:#333;
}
