/*	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/>.
*/
/*	Using CBF Beta
/* 	Overrides the CSS Buttons Framework */
	button.cssbutton.glass span,a.cssbutton.glass span,div.cssbutton.glass input {
	height:24px;
	line-height:24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
}


/* 	Name: 	glass a 
	Desc:	Blue Button	*/
/* 	Right Background	*/
	button.cssbutton.glass.a span,a.cssbutton.glass.a span,div.cssbutton.glass.a input {
	background:url("buttons_Right.png") no-repeat right 0; text-decoration: none;
	}
/* 	Left (Wedges) Background	*/	
	button.cssbutton.glass.a,a.cssbutton.glass.a,div.cssbutton.glass.a {
	background:url("buttons_Left.png") no-repeat 0 center; text-decoration: none;
	}
/* 	:hover Right Background	*/	
	button.cssbutton.glass.a:hover span,a.cssbutton.glass.a:hover span,div.cssbutton.glass.a:hover input {
	background:url("buttons_Right.png") no-repeat right 100%; text-decoration: none;
	}
/* 	:hover Left (Wedges) Background	*/	
	button.cssbutton.glass.a:hover,a.cssbutton.glass.a:hover,div.cssbutton.glass.a:hover {
	background:url("buttons_Left.png") no-repeat -255px center; text-decoration: none;
	}