/*	This file is part of CSS Buttons.

    CSS Buttons is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    CSS Buttons is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with CSS Buttons. If not, see <http://www.gnu.org/licenses/>.
*/

	button.cssbutton.comicszene span,a.cssbutton.comicszene span,div.cssbutton.comicszene input {height:41px; line-height:41px;}
	
/* 	Name: 	comicszene a */
	button.cssbutton.comicszene.a span,a.cssbutton.comicszene.a span,div.cssbutton.comicszene.a input {
	color:#000000;
	background:url("comicszene_aRight.gif") no-repeat right 0;
	}
	button.cssbutton.comicszene.a,a.cssbutton.comicszene.a,div.cssbutton.comicszene.a {
	background:url("comicszene_aLeft.gif") no-repeat 0 center;
	}
	button.cssbutton.comicszene.a:hover span,a.cssbutton.comicszene.a:hover span,div.cssbutton.comicszene.a:hover input {
	background:url("comicszene_aRight.gif") no-repeat right 100%;
	}
	button.cssbutton.comicszene.a:hover,a.cssbutton.comicszene.a:hover,div.cssbutton.comicszene.a:hover {
	background:url("comicszene_aLeft.gif") no-repeat -272px center;
	}	
