/*	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/>.
*/

/* 	Overrides the CSS Buttons Framework */
button.cssbutton.sample span,a.cssbutton.sample span,div.cssbutton.sample input {
color:#011;
}

/* 	Name: 	sample a 
	Desc:	Blue Button	*/
button.cssbutton.sample.samplea span,a.cssbutton.sample.samplea span,div.cssbutton.sample.samplea input {
background:url("sample_aRight.gif") no-repeat right 0;
}

button.cssbutton.sample.samplea,a.cssbutton.sample.samplea,div.cssbutton.sample.samplea {
background:url("sample_aLeft.gif") no-repeat 0 center;
}

button.cssbutton.sample.samplea:hover span,a.cssbutton.sample.samplea:hover span,div.cssbutton.sample.samplea:hover input {
color:#666;
background:url("sample_aRight.gif") no-repeat right 100%;
}

button.cssbutton.sample.samplea:hover,a.cssbutton.sample.samplea:hover,div.cssbutton.sample.samplea:hover {
background:url("sample_aLeft.gif") no-repeat -255px center;
}

/* 	Name: 	sample b 
	Desc:	Orange Button	*/
button.cssbutton.sample.sampleb span,a.cssbutton.sample.sampleb span,div.cssbutton.sample.sampleb input {
color:#924F4F;
background:url("sample_bRight.gif") no-repeat right 0;
}

button.cssbutton.sample.sampleb,a.cssbutton.sample.sampleb,div.cssbutton.sample.sampleb {
background:url("sample_bLeft.gif") no-repeat 0 center;
}

button.cssbutton.sample.sampleb:hover span,a.cssbutton.sample.sampleb:hover span,div.cssbutton.sample.sampleb:hover input {
color:#524F4F;
background:url("sample_bRight.gif") no-repeat right 100%;
}

button.cssbutton.sample.sampleb:hover,a.cssbutton.sample.sampleb:hover,div.cssbutton.sample.sampleb:hover {
background:url("sample_bLeft.gif") no-repeat -255px center;
}