/*	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.cs_com span,a.cssbutton.cs_com span,div.cssbutton.cs_com input {
color:black;
}

/* 	Name: 	cs_com a 
	Desc:	Blue Button	*/
button.cssbutton.cs_com.a span,a.cssbutton.cs_com.a span,div.cssbutton.cs_com.a input {
background:url("sample_aRight.gif") no-repeat right 0;
}

button.cssbutton.cs_com.a,a.cssbutton.cs_com.a,div.cssbutton.cs_com.a {
background:url("sample_aLeft.gif") no-repeat 0 center;
}

button.cssbutton.cs_com.a:hover span,a.cssbutton.cs_com.a:hover span,div.cssbutton.cs_com.a:hover input {
color:black;
background:url("sample_aRight.gif") no-repeat right 100%;
}

button.cssbutton.cs_com.a:hover,a.cssbutton.cs_com.a:hover,div.cssbutton.cs_com.a:hover {
background:url("sample_aLeft.gif") no-repeat -255px center;
}
